Skip to main content
GET
/
v1
/
settings
/
invoices
List recent Stripe invoices for the tenant
curl --request GET \
  --url https://api.trulayer.ai/v1/settings/invoices \
  --header 'Authorization: Bearer <token>'
{
  "invoices": [
    {
      "id": "<string>",
      "number": "<string>",
      "amount_due": 123,
      "currency": "<string>",
      "status": "<string>",
      "period_start": 123,
      "period_end": 123,
      "invoice_pdf": "<string>",
      "hosted_invoice_url": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.trulayer.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

SDK API key (tl_...) or Clerk session JWT

Response

Invoice history

invoices
object[]
required