POST /inbox/read-all

Available

Mark every inbox item read for a device.

POSThttps://ctrlapp.krdcode.com/api/public/sdk/v1/inbox/read-all
Auth: Bearer <PUBLISHABLE_KEY>

Body cap 8 KiB.

Body

json
{ "device_uid": "<DEVICE_ID>", "external_user_id": "<optional>" }

200 response

json
{ "ok": true, "updated": <count> }
Back to top