Bigtincan · OAuth Scopes

Bigtincan OAuth Scopes

OAuth 2.0 derived

Bigtincan uses OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (e.g. client-credentials or role-based authorization) rather than per-scope consent.

Tokens are issued from https://pubapi.bigtincan.com/services/oauth2/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.

Sales EnablementContent ManagementTrainingCoachingBuyer EngagementAnalyticsCRM IntegrationDigital Sales Rooms
Scopes: 0 Flows: password, authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://pubapi.bigtincan.com/services/oauth2/authorize
Token URL
https://pubapi.bigtincan.com/services/oauth2/token
Flows
passwordauthorizationCode

Scopes (0)

Bigtincan implements OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (client-credentials or role-based authorization) rather than per-scope consent.

Source

OAuth Scopes

Raw ↑
generated: '2026-08-14'
method: derived
source: openapi/bigtincan-hub-api-openapi.json
schemes:
- name: oauth2_password
  source: openapi/bigtincan-hub-api-openapi.json
  flows:
  - flow: password
    tokenUrl: https://pubapi.bigtincan.com/services/oauth2/token
  description: 'Client ID + Client Secret + API Key exchanged at /services/oauth2/token with
    grant_type=password. Returns access_token + refresh_token. The As-User header is available
    only with this flow. Source: https://pubapi.bigtincan.com/doc/interactive/'
- name: oauth2_authorization_code
  source: openapi/bigtincan-hub-api-openapi.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://pubapi.bigtincan.com/services/oauth2/authorize
    tokenUrl: https://pubapi.bigtincan.com/services/oauth2/token
  description: 'Interactive Bigtincan Hub user login. The As-User header is disabled for this
    flow. Source: https://pubapi.bigtincan.com/doc/interactive/'
scopes: []