Skip to main content
GET
List Team Billing Invoices

Authorizations

Authorization
string
header
required

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

Path Parameters

team_id
string<uuid>
required

Response

Successful Response

id
string<uuid>
required
stripe_invoice_id
string
required
created_at
string<date-time>
required
number
string | null
amount_due_cents
integer | null
amount_paid_cents
integer | null
currency
string | null
status
string | null
hosted_invoice_url
string | null
invoice_pdf_url
string | null
period_start
string<date-time> | null
period_end
string<date-time> | null
paid_at
string<date-time> | null