Lists all receipts from the connected entity.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-monite-version
x-monite-entity-id
The ID of the entity that owns the requested resource.
Query parameters
order
Sort order (ascending by default). Typically used together with the sort
parameter.
Allowed values:
limit
The number of items (0 .. 100) to return in a single page of the response. The response may contain fewer items if it is the last or only page.
pagination_token
A pagination token obtained from a previous call to this endpoint. Use it to get the next or previous page of results for your initial query. If pagination_token
is specified, all other query parameters are ignored and inferred from the initial query.
If not specified, the first page of results will be returned.
sort
The field to sort the results by. Typically used together with the order
parameter.
Allowed values:
created_at__gt
created_at__lt
created_at__gte
created_at__lte
id__in
currency
document_id
document_id__contains
document_id__icontains
total_amount__gt
total_amount__lt
total_amount__gte
total_amount__lte
has_file
has_transaction
Response
Successful Response
data
next_pagination_token
Next page token.
prev_pagination_token
Previous page token.