Account

Get account

Returns the companies available to the authenticated API key and the currently selected company.

get/account

Response

Account context returned

successboolean
currentCompanyIdstring nullable
messagestring

Example response

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

Changes