API 1
cURL
curl --request GET \ --url https://openapi.pleo.io/v1/health \ --header 'Authorization: Bearer <token>'
{ "status": "UP" }
Open API Bearer token
Health check status is returned in the response body
Returns a healthcheck status for a given company.
Was this page helpful?