Skip to main content
This page lists the permission identifiers you can assign to API keys. The full structure (including any account-specific variations) is available from GET /v4/account/api-keys/permission-context.

Product permissions (2-part: resource:action)

Permissions follow the form resource:action. Typical actions:
  • read — Read proxy lists, account/product info, and list resources.
  • write — Create or update resources (e.g. whitelist, settings).
  • delete — Revoke access, remove resources, or delete data.
The permission-context endpoint returns the full set of permissions available for your account.

Subaccount permissions

Account API key permissions (3-part: account:apikeys:action)

These permissions control API key management for the account. They are account permissions: they apply in the context of the account whose keys you are managing.

API ordering permissions (3-part: account:api_ordering:action)

Gate the headless ordering surface. Both are admin-grant-only — they don’t appear in the dashboard’s allowed-permissions picker by default. Contact support to request them.
For the complete, up-to-date list and structure (including any account-specific permissions), call GET /v4/account/api-keys/permission-context.