Integration API v1 · Endpoints
Devices
Physical devices (doors, key lockers) linked to this integration.
GET
/devices
Returns all devices linked to this integration, across all entities.
Response 200
{
"status": "success",
"message": "Devices retrieved successfully",
"count": 2,
"data": {
"devices": [
{
"uuid": "<device-uuid>",
"deviceQrId": "<qr-id>",
"deviceName": "Front Door",
"entityName": "Demo Site"
}
]
}
}curl
curl -s \
-H "Authorization: SQRv1 Credential=<key>, Timestamp=<ts>, Signature=<sig>" \
-H "X-SQR-Content-Hash: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" \
"…/devices"