List bills

Retrieve a paginated list of bills.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
int32
required

The unique identifier of the site associated with your account.

int32
Defaults to 10

The maximum number of objects you want returned per result set. For instance, if you set limit=10, the API will return a maximum of 10 objects in the response. (max: 100)

int32
Defaults to 1

The specific page of the result set you want to retrieve, typically used in conjunction with limit. For example, if you set page=2 and limit=10, the API will return the second page of results, containing a maximum of 10 objects starting from the 11th object.

string
enum

Sort field. Prefix with - for descending.

integer

Filter by vendor ID.

string
enum

Filter by bill status.

Allowed:
string

Filter by bill ID. Example: eq:42

string

Filter by vendor user ID. Example: eq:1001

string
enum

Filter by bill status.

Allowed:
string

Filter by bill number. Example: like:BILL-001

number

Minimum total amount.

number

Maximum total amount.

date

Created on or after this date (YYYY-MM-DD).

date

Created on or before this date (YYYY-MM-DD).

date

Updated on or after this date (YYYY-MM-DD).

date

Updated on or before this date (YYYY-MM-DD).

date

Period start on or after this date (YYYY-MM-DD).

date

Period start on or before this date (YYYY-MM-DD).

date

Period end on or after this date (YYYY-MM-DD).

date

Period end on or before this date (YYYY-MM-DD).

date

Finalized on or after this date (YYYY-MM-DD).

date

Finalized on or before this date (YYYY-MM-DD).

date

Paid on or after this date (YYYY-MM-DD).

date

Paid on or before this date (YYYY-MM-DD).

Headers
string
required
Defaults to Bearer eyJ***
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json