Allegion · Example Payload

Engage List Credentials Example

Access ControlSmart LockSmart HomeMobile CredentialsBluetoothBLEIoTSecurityWebhookAuthenticationSchlageVon 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
    }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/engage-list-credentials-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.