API Reference
Devices

Report this device as reachable

POST
/v1/devices/presence

Call every 30 seconds while the app is able to take calls. A device that stops beating leaves the extension's fan-out within about a minute; the line's other devices are unaffected.

Authorization

deviceAuth
AuthorizationBearer <token>

A per-device secret issued by POST /v1/devices/enroll, presented as Authorization: Device <secret>.

A distinct scheme rather than another bearer flavour: the bearer namespace already carries workspace API keys and session JWTs, and a device secret authorises far less than either — it can mint a WebRTC token for its own identity and report presence, and nothing else.

In: header

Response Body

curl -X POST "https://example.com/v1/devices/presence"
Empty
Empty