16ad4f8e3d97

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-10244143882.9 KB
Account

Get account

Returns the companies available to the authenticated API key, the currently selected company, and a read-only summary of the key's own permissions.

get/account

Response

Account context returned

successboolean
currentCompanyIdstring nullable
messagestring

Example response

{
  "success": true,
  "user": {
    "id": "user_abc123"
  }
}