Referencia de APIBilling
Get Billing payment history
← Back to full API reference
GET
/v1/billing/payment-historyAuth required- Requires organization permissions for this resource.
Request details
Query params
| Field | Required | Description |
|---|---|---|
| limit | Yes | Inferred from req.query.limit |
| starting_after | Yes | Inferred from req.query.starting_after |
Default payloads
Path params
json
{}Query
json
{
"limit": "string",
"starting_after": "string"
}Sample response
json
{
"payments": []
}