Chimely
Api

Mark one broadcast read (for this subscriber)

Idempotent. Inserts a `broadcast_reads` exception row; a no-op if the broadcast is already below the read watermark.

POST
/v1/inbox/broadcasts/{id}/read

Idempotent. Inserts a broadcast_reads exception row; a no-op if the broadcast is already below the read watermark.

Authorization

SubscriberEnv SubscriberHash SubscriberId
X-Chimely-Environment<token>

In: header

X-Chimely-Subscriber-Hash<token>

Optional when the environment has require_subscriber_hash = false.

In: header

X-Chimely-Subscriber<token>

In: header

Path Parameters

id*string

TypeID: bcast_ + UUIDv7 suffix (Crockford base32).

Response Body

application/json

application/json

curl -X POST "https://example.com/v1/inbox/broadcasts/bcast_01h455vb4pex5vsknk084sn02q/read"
Empty
{
  "error": {
    "code": "invalid_request",
    "message": "string"
  }
}
{
  "error": {
    "code": "invalid_request",
    "message": "string"
  }
}