GET

/v1/invoices

X-BUSINESS-API-KEY*
X-Requested-With
curl --request GET \
  --url https://api.sandbox.hit-pay.com/v1/invoices \
  --header 'X-BUSINESS-API-KEY: <x-business-api-key>'
{
  "status": "204",
  "example": "{}"
}

Authorizations

X-BUSINESS-API-KEYheaderrequired
string

Headers

X-Requested-With
Default: "XMLHttpRequest"
string

Query Parameters

customer_email
string
status
string

Invoice status, options [draft, sent, pending, overdue, paid]

reference
string
per_page
Default: "10"
string

The number of per page

page
Default: "1"
string

The page index

Response

204 - application/json

The response is of type object.