Skip to main content
GET
List Dynamic Charges with Due Date

Authorizations

Authorization
string
header
required

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

Headers

X-Account-Id
string
required

Account ID (UUID format)

Query Parameters

limit
integer

Maximum number of collections per page (1-100)

page
integer

Page number for pagination (starting at 1)

status
string

Status filter

tags
string

Tags filter

Response

OK

items
object[]

Items is the array of collection results

limit
integer

Limit is the maximum number of results returned

Example:

20

page
integer

Page is the current page number

Example:

1

total
integer

Total is the total number of collections matching the filters

Example:

150