Skip to main content
The Platform API authenticates with a StackOne API key — generate one in the dashboard.

How requests authenticate

Every request uses two values:
  • Authorization — Basic auth with your API key as the username, no password. Keys have the format v1.{region}.xxxxx.
  • x-account-id — identifies the end user’s linked account, for endpoints that act on a specific account’s data.
Pass these when calling any endpoint, such as the List Accounts endpoint. An API key’s scopes control which endpoints it can access — see API Keys for the scope reference and key management.