Get the current identity
Endpoints
Get the current identity
Returns the identity behind the credential used on this request. Any valid API key or OAuth token works — no extra scope is required. The response shape varies by credential: an API key yields auth.type: "api_key" with the authenticating api_key, while an OAuth token yields auth.type: "oauth_token" with the granting client, the consenting user, and the token’s scopes. Both variants include the resolved org plus flat connection_label / org_name helpers for clients (such as Zapier) that label connections.
GET
Get the current identity
Authorizations
Send your API key as Authorization: Bearer aw_live_…. Manage keys in the dashboard under Settings → API Keys.

