Skip to content
Endless Documentation

Get Billing Events

GET
/organizations/{organization_id}/billing/events

Authorization

bearerAuth
AuthorizationBearer <token>

JWT token from authentication

In: header

Path Parameters

organization_id*string
Length1 <= length

Query Parameters

days?integer
Range1 <= value <= 30
Default30
limit?integer
Range1 <= value <= 100
Default25

Response 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"    }  ]}