Allegion · JSON Structure

Engage Credential Structure

Operational structure documentation for the ENGAGE Mobile Credential entity, including the integration boundary between an Access Control System (ACS), the Engage Cloud, and the Allegion BLE Mobile Access SDK on the user's device.

Type: Properties: 0
Access ControlSmart LockSmart HomeMobile CredentialsBluetoothBLEIoTSecurityWebhookAuthenticationSchlageVon DuprinENGAGE

Engage Credential Structure is a JSON Structure definition published by Allegion.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "ENGAGE Mobile Credential Structure",
  "description": "Operational structure documentation for the ENGAGE Mobile Credential entity, including the integration boundary between an Access Control System (ACS), the Engage Cloud, and the Allegion BLE Mobile Access SDK on the user's device.",
  "entity": "MobileCredential",
  "primaryKey": "credentialId",
  "endpoints": {
    "list": "GET /credentials",
    "get": "GET /credentials/{credentialId}",
    "upload": "POST /credentials",
    "delete": "DELETE /credentials/{credentialId}"
  },
  "fields": [
    { "name": "credentialId", "type": "string", "writable": false, "source": "Allegion-assigned" },
    { "name": "userId", "type": "string", "writable": "on-create", "source": "ACS-supplied" },
    { "name": "userEmail", "type": "string", "writable": "on-create", "source": "ACS-supplied" },
    { "name": "userName", "type": "string", "writable": "on-create", "source": "ACS-supplied" },
    { "name": "accessProfile", "type": "string", "writable": "on-create", "source": "ENGAGE access profile id" },
    { "name": "validFrom", "type": "date-time", "writable": "on-create" },
    { "name": "validTo", "type": "date-time", "writable": "on-create" },
    { "name": "status", "type": "enum", "writable": false, "values": ["Active", "Revoked", "Expired"] },
    { "name": "createdAt", "type": "date-time", "writable": false },
    { "name": "revokedAt", "type": "date-time", "writable": false, "nullable": true }
  ],
  "integrationBoundary": {
    "issuer": "Access Control System / Access Management Platform",
    "broker": "Engage Cloud (api.allegion.com/engage)",
    "consumer": "Allegion BLE Mobile Access SDK on user's iOS or Android device",
    "verifier": "ENGAGE Gen 2 Schlage / Von Duprin hardware over BLE",
    "auth": "alle-subscription-key header + Basic Auth derived from ENGAGE credentials",
    "agreement": "Allegion Security Token Agreement must be signed before API or SDK access is granted"
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 JSON Structure
curl "https://apis.io/api/v1/json-structures/engage-credential-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.