Get Billing Events
Authorization
bearerAuth AuthorizationBearer <token>
JWT token from authentication
In: header
Path Parameters
organization_id*string
Length
1 <= lengthQuery Parameters
days?integer
Range
1 <= value <= 30Default
30limit?integer
Range
1 <= value <= 100Default
25Response Body
application/json
curl -X GET "https://example.com/organizations/org_abc123/billing/events"{ "events": [ { "id": "string", "type": "string", "title": "string", "description": "string", "created_at": "string", "amount": 0, "currency": "string" } ]}