Allianz · OAuth Scopes

Allianz OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://api.allianz.com.au/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.

Financial ServicesInsuranceAsset Management
Scopes: 4 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://api.allianz.com.au/oauth2/token
Flows
clientCredentials

Scopes (4)

ScopeDescriptionFlows
certificates Access to certificate retrieval APIs clientCredentials
lead_referral Access to lead referral APIs clientCredentials
policy_details Access to policy detail APIs clientCredentials
price_estimate Access to price estimation APIs clientCredentials

Source

OAuth Scopes

allianz-docs-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/allianz-api-connect.yaml
schemes:
- name: OAuth2
  source: openapi/allianz-api-connect.yaml
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.allianz.com.au/oauth2/token
  description: OAuth2 client credentials flow for partner API access
scopes:
- scope: certificates
  description: Access to certificate retrieval APIs
  flows:
  - clientCredentials
  sources:
  - openapi/allianz-api-connect.yaml
- scope: lead_referral
  description: Access to lead referral APIs
  flows:
  - clientCredentials
  sources:
  - openapi/allianz-api-connect.yaml
- scope: policy_details
  description: Access to policy detail APIs
  flows:
  - clientCredentials
  sources:
  - openapi/allianz-api-connect.yaml
- scope: price_estimate
  description: Access to price estimation APIs
  flows:
  - clientCredentials
  sources:
  - openapi/allianz-api-connect.yaml