Skip to main content
POST
/
integration
/
{id}
/
health-check
Trigger health check for integration
curl --request POST \
  --url https://api.wirespeed.co/integration/{id}/health-check \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "statusCode": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Integration ID

Response