Skip to main content
POST
Health Check
Use this endpoint to confirm the Agent Graph API is operational before starting a conversation, or to monitor availability in your infrastructure.

Endpoint

Request body

string
required
Your Connectly business identifier.
string
required
A client key associated with your business. Does not need to correspond to an active session.

Response

boolean
true when the Agent Graph API is operational and ready to accept sessions. If false or absent, treat the API as unavailable and retry after a short delay.

Example