ReferencePages

Check Pages connectivity

Authenticated reachability probe.

Returns the tenant the gateway resolved from your API key — useful for confirming a key is live, and which tenant it belongs to, before wiring a client.

GET
/api/v1/pages/ping
x-api-key<token>

A platform API key (ck_live_…), optionally scoped to one project.

In: header

Response Body

application/json

curl -X GET "https://example.com/api/v1/pages/ping"
{  "status": "string",  "service": "string",  "tenant_id": "string",  "role": "string"}
Was this page helpful?
Report an issue