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
- Sandbox environmenthttps://sandbox.api.flute.com/v2/ping
- Production environmenthttps://api.flute.com/v2/ping
curl -i -X GET \
https://sandbox.api.flute.com/v2/ping \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'