Skip to main content
GET
Verify credentials

Authorizations

Authorization
string
header
required

Your ara_ API key from Settings > Ara API. Keys are capability-scoped: run, plugins:read, secrets:read, secrets:write, sessions:read, knowledge:read, repos:read, repos:write, reviews:read, reviews:write, analytics:read, org:read, org:write, attachments:read, attachments:write, plugins:write, guardrails:read, guardrails:write.

Response

The authenticated principal.

principal_type
enum<string>

API keys resolve to service_user; MCP OAuth grants resolve to user.

Available options:
service_user,
user
service_user_id
string

Present when principal_type is service_user.

service_user_name
string | null

Present when principal_type is service_user.

org_id
string

Organization pinned to the current credential.

user_id
string

Present when principal_type is user.

user_name
string | null

Present when principal_type is user.

email
string | null

Present when principal_type is user.

organization_name
string | null

Display name of the organization pinned to this credential.

organization_slug
string | null

URL slug of the organization pinned to this credential.

mcp_connections
object[]

Active MCP OAuth client grants for the signed-in user and organization.