List due-date collections or retrieve one by txId
Returns a page-based list envelope of due-date collections, optionally filtered by a dueDateFrom/dueDateTo range. When a txId query parameter is supplied the endpoint switches to a by-txId lookup and returns a single bare collection entity instead — the two 200 shapes are documented as a oneOf.
Authorizations
JWT bearer token issued by the identity provider.
Headers
UUID of the account associated with the operation.
"019606a1-3b4c-7d8e-9f01-234567890abc"
Query Parameters
BCB transaction ID — routes to by-txId lookup
"T1234567890123456789012345A"
Page number (1-based, default 1)
"1"
Rows per page (default 20, max 100)
"20"
Filter by status
"ACTIVE"
Filter by Pix key value (exact match)
Filter: due date range start (YYYY-MM-DD)
"2026-08-01"
Filter: due date range end (YYYY-MM-DD)
"2026-08-31"

