Skip to main content
GET
List the accounts the authenticated user can access
This endpoint is only available with OAuth or session authentication. Scoped API keys (api_xxx) are bound to a single account, so this route rejects them with a 401.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

A list of accounts

uuid
string<uuid>
required
name
string
required
Example:

"Acme, Inc."

mcpEnabled
boolean
required

Whether MCP is enabled for the account.