Skip to main content
GET
/
health
Returns healtcheck status of OpenAPIs for a given company
curl --request GET \
  --url https://openapi.pleo.io/v1/health \
  --header 'Authorization: Bearer <token>'
{
  "status": "UP"
}

Documentation Index

Fetch the complete documentation index at: https://developers.pleo.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Open API Bearer token

Response

Health check status is returned in the response body

Returns a healthcheck status for a given company.

status
string
required