Invoices
List invoices
List invoices
GET
/
invoices
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
nextToken
string
Pagination token used as a marker to get records from next page.
status
string
Filter option to filter by status.
owner_id
string
Filter option to filter based on owner id.
customer_id
string
Filter option to filter based on customer id.
pageSize
integer
Maximum page size expected by client to return the record list.
NOTE: Max page size cannot be more than 50. Also 50 is the default page size if no value is provided.
start_time
integer
Start time filter in epoch milli seconds
end_time
integer
End time filter in epoch milli seconds
Response
200 - application/json
List invoices response
data
object[]
requirednextToken
string
Maximum length:
500