Digitail API
Invoices

List all Invoices

1min
GET
https://developer.digitail.io/api/v1/invoices
Sandbox server (uses test data)

Permissions needed: VIEW_INVOICES_CASHING Returns list of Invoices

Authentication
Bearer
Query Parameters
filter[clinic_id]
*
filter[owner_id]
filter[pet_id]
filter[sale_id]
filter[updated_from]
filter[updated_to]
sort
include
detailed
page
Responses
200
successful operation
data
links
meta
400
The request was invalid or contained data that was not allowed.
message
401
The authorization token is missing or invalid.
403
The user is not authorized to perform the requested operation.
429
The user has sent too many requests in a given amount of time ("rate limiting"). Max 200 requests per minute.