Skip to main content
GET
Get User Invoices

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

user_id
integer
required

ID of the user whose invoices to retrieve; must match the authenticated caller.

Response

200 - application/json

Success: {"invoices": [...], "username": str, "bill_to": str, "email": str, "fullname": str, "address1": str, "address2": str, "city": str, "zip": str, "country": str, "taxinfo": str, "current": {"charges": float, "service_fee": float, "total": float, "credit": float}}

invoices
object[]

Array of invoice or charge objects

username
string

User's username

bill_to
string

Formatted billing address string

email
string

User's email address

fullname
string

User's full name

address1
string

Billing address line 1

address2
string

Billing address line 2

city
string

Billing city

zip
string

Billing zip code

country
string

Billing country

taxinfo
string

Tax information

current
object

Current balance summary with charges, service_fee, total, and credit fields