Skip to main content
POST
/
integration
/
health-check
Trigger health check for all team integrations
curl --request POST \
  --url https://api.wirespeed.co/integration/health-check \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Response

202 - undefined