View your credit transaction history
Authorization: Bearer YOUR_API_KEY.
| Field | Type | Description |
|---|---|---|
transactions | array | List of transactions |
transactions[].id | string | Transaction ID |
transactions[].type | string | Transaction type (api_call, purchase, refund, etc.) |
transactions[].amountCents | number | Amount (negative for charges, positive for credits) |
transactions[].description | string | Human-readable description |
transactions[].timestamp | string | ISO 8601 timestamp |
transactions[].metadata | object | Additional context (API slug, path, etc.) |