ADT · OAuth Scopes

ADT OAuth Scopes

OAuth 2.0 derived

ADT publishes 10 OAuth 2.0 scopes via the clientCredentials and authorizationCode flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the ADT API on a user’s behalf.

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

Access ControlAutomationHome SecurityIoTMonitoringSecuritySmart HomeFortune 1000
Scopes: 10 Flows: clientCredentials, authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://auth.adt.com/oauth/authorize
Token URL
https://auth.adt.com/oauth/token
Flows
clientCredentialsauthorizationCode

Scopes (10)

ScopeDescriptionFlows
access-codes:manage Manage access codes authorizationCode
access-control:manage Manage access control clientCredentials
business:read Read business site data clientCredentials
business:write Manage business security systems clientCredentials
devices:read Read device status authorizationCode
devices:write Control smart home devices authorizationCode
reports:read Generate security reports clientCredentials
security:read Read security system status and events authorizationCode
security:write Arm, disarm, and control security systems authorizationCode
video:read Access video clips and live streams authorizationCode

Source

OAuth Scopes

adt-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/adt-business-api-openapi.yml, openapi/adt-platform-api-openapi.yml
schemes:
- name: oauth2
  source: openapi/adt-business-api-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://auth.adt.com/oauth/token
- name: oauth2
  source: openapi/adt-platform-api-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.adt.com/oauth/authorize
    tokenUrl: https://auth.adt.com/oauth/token
scopes:
- scope: access-codes:manage
  description: Manage access codes
  flows:
  - authorizationCode
  sources:
  - openapi/adt-platform-api-openapi.yml
- scope: access-control:manage
  description: Manage access control
  flows:
  - clientCredentials
  sources:
  - openapi/adt-business-api-openapi.yml
- scope: business:read
  description: Read business site data
  flows:
  - clientCredentials
  sources:
  - openapi/adt-business-api-openapi.yml
- scope: business:write
  description: Manage business security systems
  flows:
  - clientCredentials
  sources:
  - openapi/adt-business-api-openapi.yml
- scope: devices:read
  description: Read device status
  flows:
  - authorizationCode
  sources:
  - openapi/adt-platform-api-openapi.yml
- scope: devices:write
  description: Control smart home devices
  flows:
  - authorizationCode
  sources:
  - openapi/adt-platform-api-openapi.yml
- scope: reports:read
  description: Generate security reports
  flows:
  - clientCredentials
  sources:
  - openapi/adt-business-api-openapi.yml
- scope: security:read
  description: Read security system status and events
  flows:
  - authorizationCode
  sources:
  - openapi/adt-platform-api-openapi.yml
- scope: security:write
  description: Arm, disarm, and control security systems
  flows:
  - authorizationCode
  sources:
  - openapi/adt-platform-api-openapi.yml
- scope: video:read
  description: Access video clips and live streams
  flows:
  - authorizationCode
  sources:
  - openapi/adt-platform-api-openapi.yml