Skip to main content
GET
List dunning flows
Draft documentation — API not yet rolled out. This endpoint describes the preview contract and may change before release. Sandbox access is provided separately. See access and limitations.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer
default:10

Number of results to return per page; defaults to 10.

Required range: 1 <= x <= 100
offset
integer
default:0

Zero-based index of the first result; defaults to 0.

Required range: x >= 0

Response

count
integer
required

Total number of matching resources.

Example:

123

results
object[]
required

Resources returned for the requested page.

next
string<uri> | null

URL for the next page, or null on the last page.

Example:

"http://api.example.org/accounts/?offset=400&limit=100"

previous
string<uri> | null

URL for the previous page, or null on the first page.

Example:

"http://api.example.org/accounts/?offset=200&limit=100"