Allegion · Example Payload

Engage List Credentials Example

Access ControlSmart LockSmart HomeMobile CredentialsBluetoothBLEIoTSecurityWebhooksOAuthSchlageVon DuprinENGAGE

Engage List Credentials Example is an example object payload from Allegion, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

_metacredentials

Example Payload

Raw ↑
{
  "_meta": {
    "api": "ENGAGE Cloud Credentialing API",
    "operation": "listCredentials",
    "request": {
      "method": "GET",
      "url": "https://api.allegion.com/engage/credentials?status=Active",
      "headers": {
        "alle-subscription-key": "REPLACE_WITH_DEVELOPER_PORTAL_KEY",
        "Authorization": "Basic ZW5nYWdldXNlcjplbmdhZ2VwYXNzd29yZA==",
        "Accept": "application/json"
      }
    }
  },
  "credentials": [
    {
      "credentialId": "cred-7b1e9b3c-6f02-4f3a-b5d1-8b80a2c6c11d",
      "userId": "acs-user-58213",
      "userEmail": "alex.jordan@example.com",
      "userName": "Alex Jordan",
      "status": "Active",
      "accessProfile": "Site-NYC-HQ-AllDoors-Business-Hours",
      "validFrom": "2026-06-01T08:00:00Z",
      "validTo": "2026-12-31T23:59:59Z",
      "createdAt": "2026-05-22T19:21:55Z",
      "revokedAt": null
    },
    {
      "credentialId": "cred-22a1f80e-991c-4e92-b1f7-9d5601b9c3a8",
      "userId": "acs-user-58450",
      "userEmail": "morgan.lee@example.com",
      "userName": "Morgan Lee",
      "status": "Active",
      "accessProfile": "Site-NYC-HQ-Lobby-24x7",
      "validFrom": "2026-04-01T00:00:00Z",
      "validTo": "2027-03-31T23:59:59Z",
      "createdAt": "2026-04-01T15:02:11Z",
      "revokedAt": null
    }
  ]
}