Search documentation

Search the Fumadocs-backed documentation index.

Identity

HTTP API identity routes.

RouteUseCLI equivalent
GET /whoamiThe authenticated user and their orgs.ax auth status --json

GET /api/v1/whoami

Show the authenticated user and the organizations visible to the API key. Never needs org_id, even for multi-org keys; use it to discover which org id to send to org-scoped routes.

curl -H "Authorization: Bearer $AX_API_KEY" \
  https://app.514.ax/api/v1/whoami