GET
/
v2
/
devices
/
{device_id}
/
stream
Agent poll doorbell (SSE)
curl --request GET \
  --url https://coreapi-dev.us.bcpapers.ca/v2/devices/{device_id}/stream \
  --header 'Authorization: <api-key>'
"<string>"

Authorizations

Authorization
string
header
required

Paste the JWT token only (no "Bearer " prefix needed — the UI adds it automatically).

Path Parameters

device_id
string
required

Device UUID

Response

SSE stream

The response is of type string.