Skip to main content
POST
/
core
/
devices
/
{device_id}
/
approve
Approve or reject a device
curl --request POST \
  --url https://acusight.io/api/core/devices/{device_id}/approve \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

JWT access token. Paste the token only; the Bearer prefix is added automatically.

Path Parameters

device_id
string
required

Device ID

Body

application/json

Approval action

The body is of type object.

Response

Device approved successfully

The response is of type object.