Pax8 · OAuth Scopes

Pax8 OAuth Scopes

OAuth 2.0 searched

Pax8 publishes 4 OAuth 2.0 scopes via the clientCredentials flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Pax8 API on a user’s behalf.

Tokens are issued from https://token-manager.pax8.com/oauth/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CompanyEnterpriseCloud MarketplaceMSPDistributionProvisioningBillingQuotingSubscriptionsWebhooks
Scopes: 4 Flows: clientCredentials Method: searched

OAuth endpoints

Token URL
https://token-manager.pax8.com/oauth/token https://api.pax8.com/v1/token
Flows
clientCredentials

Scopes (4)

ScopeDescriptionFlows
read:usageLine Grants read access for usage clientCredentials
vendor:provisioning Access to production provisioning endpoints clientCredentials
vendorSimulation:provisioning Access to simulation provisioning endpoints clientCredentials
write:usageLine Grants write access for usage clientCredentials

Source

OAuth Scopes

Raw ↑
generated: '2026-07-20'
method: searched
source: openapi/pax8-authentication-openapi.json, openapi/pax8-partner-endpoints-openapi.json,
  openapi/pax8-vendor-provisioning-endpoints-openapi.json, openapi/pax8-vendor-usage-endpoints-openapi.json,
  openapi/pax8-webhooks-api-openapi.json
docs: https://devx.pax8.com/docs/authentication
notes: |-
  Pax8 uses OAuth2 client-credentials. The `audience` parameter in the token request selects the
  surface and the returned scope: `https://api.pax8.com` (partner/quoting/webhooks), `api://provisioning`
  (vendor provisioning), `api://usage` (vendor usage). Simulation vs production credentials return
  `vendorSimulation:provisioning` vs `vendor:provisioning`.
schemes:
- name: OAuth2
  source: openapi/pax8-authentication-openapi.json
  flows:
  - flow: clientCredentials
    tokenUrl: https://token-manager.pax8.com/oauth/token
- name: OAuth2
  source: openapi/pax8-partner-endpoints-openapi.json
  flows:
  - flow: clientCredentials
    tokenUrl: https://token-manager.pax8.com/oauth/token
- name: OAuth2
  source: openapi/pax8-vendor-provisioning-endpoints-openapi.json
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.pax8.com/v1/token
  description: |-
    Requires 'audience' parameter in token request: `api://provisioning`.

    Simulation credentials will return `vendorSimulation:provisioning` scope.
    Production credentials will return `vendor:provisioning` scope.
- name: OAuth2
  source: openapi/pax8-vendor-usage-endpoints-openapi.json
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.pax8.com/v1/token
  description: 'Requires ''audience'' parameter in token request: `api://usage`.'
- name: OAuth2
  source: openapi/pax8-webhooks-api-openapi.json
  flows:
  - flow: clientCredentials
    tokenUrl: https://token-manager.pax8.com/oauth/token
scopes:
- scope: read:usageLine
  description: Grants read access for usage
  flows:
  - clientCredentials
  sources:
  - openapi/pax8-vendor-usage-endpoints-openapi.json
- scope: vendor:provisioning
  description: Access to production provisioning endpoints
  flows:
  - clientCredentials
  sources:
  - openapi/pax8-vendor-provisioning-endpoints-openapi.json
- scope: vendorSimulation:provisioning
  description: Access to simulation provisioning endpoints
  flows:
  - clientCredentials
  sources:
  - openapi/pax8-vendor-provisioning-endpoints-openapi.json
- scope: write:usageLine
  description: Grants write access for usage
  flows:
  - clientCredentials
  sources:
  - openapi/pax8-vendor-usage-endpoints-openapi.json