ADT · Authentication Profile

Adt Authentication

Authentication

ADT secures its APIs with oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode and clientCredentials flow(s).

Access ControlAutomationHome SecurityIoTMonitoringSecuritySmart HomeFortune 1000
Methods: oauth2 Schemes: 2 OAuth flows: authorizationCode, clientCredentials API key in:

Security Schemes

oauth2 oauth2
· flows: clientCredentials
oauth2 oauth2
· flows: authorizationCode

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/adt-business-api-openapi.yml, openapi/adt-platform-api-openapi.yml
summary:
  types:
  - oauth2
  oauth2_flows:
  - authorizationCode
  - clientCredentials
schemes:
- name: oauth2
  type: oauth2
  flows:
  - flow: clientCredentials
    tokenUrl: https://auth.adt.com/oauth/token
    scopes: 4
  sources:
  - openapi/adt-business-api-openapi.yml
- name: oauth2
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.adt.com/oauth/authorize
    tokenUrl: https://auth.adt.com/oauth/token
    scopes: 6
  sources:
  - openapi/adt-platform-api-openapi.yml