Sessions
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /v1/sessions HTTP/1.1
Host: api.haloproject.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"id": "text",
"userId": "text",
"deviceId": "text",
"started_at": "2025-12-18T17:29:11.513Z",
"status": "created"
}
]POST /v1/sessions HTTP/1.1
Host: api.haloproject.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 72
{
"userId": "text",
"deviceId": "text",
"protocol": "pilot-v1",
"notes": "text"
}{
"id": "text",
"userId": "text",
"deviceId": "text",
"started_at": "2025-12-18T17:29:11.513Z",
"status": "created"
}