Skip to main content
GET
List Invoices

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

user_id
string
required

The ID of the user.

Query Parameters

sort
enum<string>

A comma-separated list of fields to sort. Multiple allowed. Prefix with - to sort descending.

Available options:
placed_at
Example:

"placed_at"

filter[invoicable_id]
string
Example:

"4cdf32b8-47e2-4714-88b4-9ab307a097f9"

filter[invoicable_type]
string
Example:

"order"

filter[uuid]
string
Example:

"4cdf32b8-47e2-4714-88b4-9ab307a097f9"

filter[status]
string
Example:

"paid"

filter[placed_at]
string
Example:

"2023-10-07T12:16:27+00:00"

Response

200 - application/json
data
object[]
Example:
meta
object