account_client OAuth client — machine-to-machine credentials tied to your partner account.
This docs site covers account_client only. Other client types (
organization_client, account_user, etc.) exist internally but are not part of the EMS integration path.Get a token
Create an account_client
Dashboard: Account → OAuth Clients → Create New Or via API (requires an existing client withoauth-clients-write):
secret in plain text — shown once. Store it immediately.
Update scopes later:
organization_id are account_client — this is what you want.
Recommended scopes for EMS
Start with this set:All account_client scopes
Access control
Youraccount_client token is tied to your account. The API checks:
- Token has the required scope for the route
- Token owner has access to
accountId/organizationIdin the URL

