Skip to content

Pings an endpoint for health status

Request

GET {{baseURL}}/v2/ping

This endpoint pings an endpoint to validate the API token is active and valid.

Returns 200 OK if the service is reachable. There is no response body.

Security
Bearer
curl -i -X GET \
  https://sandbox.api.flute.com/v2/ping \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK. The service is available.

Response
No content