Identity
HTTP API identity routes.
| Route | Use | CLI equivalent |
|---|---|---|
GET /whoami | The 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