Whitelist Device

Whitelist a single device if requesting manager has access permissions to it.

Endpoint

POST /api/v1/devices/{id}/whitelist/

Request

URL: /api/v1/devices/{id}/whitelist/
Method: POST

Success Response

Code: 200 OK

Response (example)
{"message": "Device whitelisted"}

Was this helpful?