Messages
List deliveries
Reconcile delivery state
The authoritative pull for your own projection: your client's deliveries, newest attempt first. Every attempt restamps the row, so anything that moved shows up under updated_since. Rows from other clients are never visible.
Authorizations
AuthorizationstringheaderrequiredBearer <token>, where the token comes from Create a token with the client-credentials grant.
Query parameters
reference
string
Only this handoff's deliveries, by your reference.
updated_since
string<date-time>
ISO-8601 instant. Rows touched since then; anything unparseable is a 400.
cursor
string
Keyset page start: the next_cursor from the previous page.
limit
integer
default: 100
Rows per page, at most 500.
Responses
200
A page of deliveries and the cursor for the next one (
null on the last page).
400
updated_since is not an ISO-8601 instant.
401
Missing or invalid token.