duck-creek · OAuth Scopes

duck-creek OAuth Scopes

OAuth 2.0 derived

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

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

Scopes: 5 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://api.duckcreek.com/oauth/token
Flows
clientCredentials

Scopes (5)

ScopeDescriptionFlows
billing:read Read billing data clientCredentials
claims:read Read claim data clientCredentials
claims:write Create and update claims clientCredentials
policies:read Read policy data clientCredentials
policies:write Create and modify policies clientCredentials

Source

OAuth Scopes

duck-creek-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/duck-creek-policy-openapi.yml
schemes:
- name: oauth2
  source: openapi/duck-creek-policy-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.duckcreek.com/oauth/token
  description: OAuth 2.0 for Duck Creek Anywhere API authentication
scopes:
- scope: billing:read
  description: Read billing data
  flows:
  - clientCredentials
  sources:
  - openapi/duck-creek-policy-openapi.yml
- scope: claims:read
  description: Read claim data
  flows:
  - clientCredentials
  sources:
  - openapi/duck-creek-policy-openapi.yml
- scope: claims:write
  description: Create and update claims
  flows:
  - clientCredentials
  sources:
  - openapi/duck-creek-policy-openapi.yml
- scope: policies:read
  description: Read policy data
  flows:
  - clientCredentials
  sources:
  - openapi/duck-creek-policy-openapi.yml
- scope: policies:write
  description: Create and modify policies
  flows:
  - clientCredentials
  sources:
  - openapi/duck-creek-policy-openapi.yml