cURL
curl --request POST \ --url https://api.passentry.com/api/v1/entities/{entity_id}/readers \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "data": { "id": "east-gate-1", "type": "reader", "attributes": { "name": "East Gate Reader", "readerType": "PassentryReader", "loggedIn": false, "qrEnabled": true, "mifareClassicNfcEnabled": false, "scanEnabled": true, "redeemEnabled": false, "addPointsEnabled": false, "ndefTagScanningEnabled": false } } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
entity_id
Show child attributes
Created
Identifier of the reader
"west_entrance_01"
"reader"
Was this page helpful?
Suggestions
Contact support