Skip to main content
GET
/
v1
/
billing
/
invoices
List Invoices
curl --request GET \
  --url https://api.faces.sh/v1/billing/invoices
[
  {
    "id": "<string>",
    "date": "<string>",
    "amount_usd": 123,
    "status": "<string>",
    "type": "<string>",
    "receipt_url": "<string>",
    "description": "<string>"
  }
]

Headers

authorization
string | null

Response

Successful Response

id
string
required
date
string
required
amount_usd
number
required
status
string
required
type
string
required
receipt_url
string | null
required
description
string | null
required