Skip to main content
GET
/
device
/
self
Get device self info
curl --request GET \
  --url https://acusight.io/api/device/self \
  --header 'X-Device-Key: <api-key>'
{
  "data": {
    "device_id": "docker-abc123",
    "endpoint_id": "docker-abc123",
    "name": "Edge Camera 1",
    "organization_id": "550e8400-e29b-41d4-a716-446655440000",
    "status": "approved"
  },
  "error": {
    "code": "<string>",
    "details": "<string>",
    "message": "<string>"
  },
  "meta": {
    "count": 123,
    "limit": 123,
    "offset": 123,
    "total": 123
  },
  "success": true
}

Authorizations

X-Device-Key
string
header
required

Device API key for edge agent authentication. Format: adk_

Response

Device info

data
object
error
object
meta
object
success
boolean