Devices
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /v1/devices HTTP/1.1
Host: api.haloproject.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"id": "text",
"serial": "text",
"model": "text",
"firmware": "text",
"registered_at": "2025-12-18T17:48:49.828Z"
}
]POST /v1/devices HTTP/1.1
Host: api.haloproject.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 61
{
"serial": "text",
"firmware": "text",
"model": "HALO-Core-Alpha"
}{
"id": "text",
"serial": "text",
"model": "text",
"firmware": "text",
"registered_at": "2025-12-18T17:48:49.828Z"
}