Skip to main content
GET
Get Billing History
Get billing history including purchases, payments, and usage.
integer
Page number (default: 1)
integer
Items per page (default: 20, max: 100)
string
Filter by type (purchase, payment, usage)
Requires authentication. Include the access token in the Authorization header.

Success Response (200)

integer
Total number of billing records
string
URL to next page (nullable)
string
URL to previous page (nullable)
array
Array of billing history objects
string
Billing record ID
string
Record type (purchase, payment, usage)
string
Description of the transaction
float
Transaction amount (negative for usage)
string
Currency code
string
Transaction status
string
Creation timestamp (ISO 8601)