{ "opencollection": "1.0.0", "info": { "name": "ENGAGE Cloud Credentialing Access Codes Mobile Credentials API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "alle-subscription-key", "value": "{{alle-subscription-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Mobile Credentials", "type": "folder" }, "items": [ { "info": { "name": "List Active Mobile Credentials", "type": "http" }, "http": { "method": "GET", "url": "https://api.allegion.com/engage/credentials", "params": [ { "name": "userId", "value": "", "type": "query", "description": "Filter by ACS user identifier." }, { "name": "status", "value": "", "type": "query" } ] }, "docs": "Returns the active mobile credentials in the integrator's ENGAGE tenant." }, { "info": { "name": "Upload Mobile Credential", "type": "http" }, "http": { "method": "POST", "url": "https://api.allegion.com/engage/credentials", "body": { "type": "json", "data": "{}" } }, "docs": "Create (upload) a mobile credential for an ACS user. The credential is\ndelivered to the user's mobile device by the Allegion BLE Mobile Access\nSDK and is then presented over BLE to authorized ENGAGE hardware.\n" }, { "info": { "name": "Get Mobile Credential", "type": "http" }, "http": { "method": "GET", "url": "https://api.allegion.com/engage/credentials/:credentialId", "params": [ { "name": "credentialId", "value": "", "type": "path" } ] }, "docs": "Get Mobile Credential" }, { "info": { "name": "Delete Mobile Credential", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.allegion.com/engage/credentials/:credentialId", "params": [ { "name": "credentialId", "value": "", "type": "path" } ] }, "docs": "Revoke (delete) a mobile credential. Subsequent unlock attempts using the credential will be denied." } ] } ], "bundled": true }