Amdocs · OAuth Scopes

Amdocs OAuth Scopes

OAuth 2.0 derived

Amdocs 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 Amdocs API on a user’s behalf.

Tokens are issued from https://auth.amdocs-dbs.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.

TelecomBSSOSSBillingCustomer ManagementMVNO5GSaaS
Scopes: 4 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://auth.amdocs-dbs.com/oauth/token
Flows
clientCredentials

Scopes (4)

ScopeDescriptionFlows
read:billing Read billing data clientCredentials
read:customers Read customer data clientCredentials
write:customers Manage customers clientCredentials
write:subscriptions Manage subscriptions clientCredentials

Source

OAuth Scopes

amdocs-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/amdocs-connectx-openapi.yml
schemes:
- name: oauth2
  source: openapi/amdocs-connectx-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://auth.amdocs-dbs.com/oauth/token
scopes:
- scope: read:billing
  description: Read billing data
  flows:
  - clientCredentials
  sources:
  - openapi/amdocs-connectx-openapi.yml
- scope: read:customers
  description: Read customer data
  flows:
  - clientCredentials
  sources:
  - openapi/amdocs-connectx-openapi.yml
- scope: write:customers
  description: Manage customers
  flows:
  - clientCredentials
  sources:
  - openapi/amdocs-connectx-openapi.yml
- scope: write:subscriptions
  description: Manage subscriptions
  flows:
  - clientCredentials
  sources:
  - openapi/amdocs-connectx-openapi.yml