curl --request GET \
--url https://api.hit-pay.com/v1/invoices \
--header 'X-BUSINESS-API-KEY: <x-business-api-key>'"{}"List all invoices with status and date filtering
curl --request GET \
--url https://api.hit-pay.com/v1/invoices \
--header 'X-BUSINESS-API-KEY: <x-business-api-key>'"{}""b286daabf9921b5a01a4621f026c111e046f8911feba212996c92159b98427d"
Invoice status, options [draft, sent, pending, overdue, paid]
The number of per page
The page index
204
The response is of type object.
Was this page helpful?