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
Example response
{
"success": true,
"user": {
"id": "user_abc123"
}
}