⚠️ Start a new session
POST {{cb_url}}/integrationServices/v3/cblr/session/{{cb_device_id}}
All CBLR activity requires you first start a session with a device by POST
ing to /integrationServices/v3/cblr/session/<device_id>
with requested device_id
.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
wait | boolean | OPTIONAL True/False - Blocks the response until a session is available. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |