Allegion · OAuth Scopes

Allegion OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://account.schlage.com/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.

Access ControlSmart LockSmart HomeMobile CredentialsBluetoothBLEIoTSecurityWebhooksOAuthSchlageVon DuprinENGAGE
Scopes: 5 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://account.schlage.com/OAuth2/authorize
Token URL
https://account.schlage.com/OAuth2/token
Flows
authorizationCode

Scopes (5)

ScopeDescriptionFlows
access_codes.read Read access codes stored on devices authorizationCode
access_codes.write Create, update, and delete access codes authorizationCode
devices.read Read device state, battery, connectivity, and firmware authorizationCode
devices.write Issue lock, unlock, and configuration commands authorizationCode
webhooks.manage Create, list, and delete webhook subscriptions authorizationCode

Source

OAuth Scopes

allegion-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/schlage-home-openapi.yml
schemes:
- name: OAuth2
  source: openapi/schlage-home-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://account.schlage.com/OAuth2/authorize
    tokenUrl: https://account.schlage.com/OAuth2/token
scopes:
- scope: access_codes.read
  description: Read access codes stored on devices
  flows:
  - authorizationCode
  sources:
  - openapi/schlage-home-openapi.yml
- scope: access_codes.write
  description: Create, update, and delete access codes
  flows:
  - authorizationCode
  sources:
  - openapi/schlage-home-openapi.yml
- scope: devices.read
  description: Read device state, battery, connectivity, and firmware
  flows:
  - authorizationCode
  sources:
  - openapi/schlage-home-openapi.yml
- scope: devices.write
  description: Issue lock, unlock, and configuration commands
  flows:
  - authorizationCode
  sources:
  - openapi/schlage-home-openapi.yml
- scope: webhooks.manage
  description: Create, list, and delete webhook subscriptions
  flows:
  - authorizationCode
  sources:
  - openapi/schlage-home-openapi.yml