Skip to main content
GET
A readiness check. Click-to-call depends on two server-side secrets you cannot see or fix, and without them the feature fails in two very different ways:
  • no API credential → nothing dials at all;
  • no signing secret → calls dial, but every result is rejected at our own door and dead-lettered.
This endpoint says which, so a UI can report it rather than letting someone place calls that can never report back. It also returns the numeric limits, so a client form can validate against the server’s own values instead of hard-coding them.
Never returns a secret, a credential or a full URL — only whether one is present, and the callback host so you can tell which environment you’re pointed at.

Request

Headers

string
required
Bearer token with your API key

Response

boolean
true when the server has a call-platform URL and credential. false means no call will dial
boolean
true when the server can verify inbound call results. false means calls dial but outcomes are dropped
string | null
Host the server publishes for call results, e.g. api.60db.ai. null when it isn’t configured
object

Errors

Example