v3

latestOpenAPI 3.0.1Apache 2.02026-08-065516357.9 KB
stats

Check API key validity and resolve organization/project context.

Both the Python and TypeScript SDKs call this endpoint on client construction to validate the API key and resolve the default org_id and project_id.

get/v1/ping/

Response

The API key is valid.

statusstring
org_idstring
project_idstring
user_emailstring email

Example response

{
  "status": "ok"
}