API 1
cURL
curl --request GET \ --url https://openapi.pleo.io/v1/health \ --header 'Authorization: Bearer <token>'
{ "status": "UP" }
Documentation IndexFetch the complete documentation index at: https://developers.pleo.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developers.pleo.io/llms.txt
Use this file to discover all available pages before exploring further.
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?