CDK Global · OAuth Scopes

CDK Global OAuth Scopes

OAuth 2.0 derived

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

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.

AutomotiveDealer ManagementDMSAuto RetailF&IFixed OperationsPartsCRMDigital RetailMarketplaceDeveloper PlatformEventsWebhooksAsyncAPI
Scopes: 3 Flows: implicit Method: derived

OAuth endpoints

Authorization URL
https://identity.fortellis.io/oauth2/
Flows
implicit

Scopes (3)

ScopeDescriptionFlows
anonymous Create, Query, Update, and Delete appointments implicit
pets.adopt permission to query, read, and adopt pets implicit
pets.manage permission to add, modify, and remove pets implicit

Source

OAuth Scopes

cdk-global-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/fortellis-appointments-openapi.yml, openapi/fortellis-parts-store-openapi.yml,
  openapi/fortellis-pet-adoption-openapi.yml, openapi/fortellis-user-service-openapi.yml
schemes:
- name: permission-model
  source: openapi/fortellis-appointments-openapi.yml
  flows:
  - flow: implicit
    authorizationUrl: https://identity.fortellis.io/oauth2/
- name: permission-model
  source: openapi/fortellis-parts-store-openapi.yml
  flows:
  - flow: implicit
    authorizationUrl: https://identity.fortellis.io/oauth2/
- name: permission-model
  source: openapi/fortellis-pet-adoption-openapi.yml
  flows:
  - flow: implicit
    authorizationUrl: https://identity.fortellis.io/oauth2/
- name: permission-model
  source: openapi/fortellis-user-service-openapi.yml
  flows:
  - flow: implicit
    authorizationUrl: https://identity.fortellis.io/oauth2/
scopes:
- scope: anonymous
  description: Create, Query, Update, and Delete appointments
  flows:
  - implicit
  sources:
  - openapi/fortellis-appointments-openapi.yml
  - openapi/fortellis-parts-store-openapi.yml
  - openapi/fortellis-pet-adoption-openapi.yml
  - openapi/fortellis-user-service-openapi.yml
- scope: pets.adopt
  description: permission to query, read, and adopt pets
  flows:
  - implicit
  sources:
  - openapi/fortellis-pet-adoption-openapi.yml
- scope: pets.manage
  description: permission to add, modify, and remove pets
  flows:
  - implicit
  sources:
  - openapi/fortellis-pet-adoption-openapi.yml