v2

latestOpenAPI 3.0.1MIT2026-07-3191762.1 KB
viewer

Get the authenticated viewer

Returns the identity of the credential used to authenticate the request — an API key or a user session token (JWT). Use it to verify a credential during integration setup (a 200 response means the credential is valid; 401/403 means it is missing, unknown, or revoked) and to display which API key and organization are connected. Requests to this endpoint are free: they never consume API credits.

get/v2/viewer

Response

The presented credential is valid. The type property indicates which kind of credential authenticated the request and determines the response shape.

OR