Radicas Docs
API referenceGenerated

List Packs

GET
/billing/packs

The tenant's event-pack purchases, newest first.

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/billing/packs"
[  {    "purchase_id": "string",    "quantity": 0,    "events": 0,    "amount_cents": 0,    "currency": "string",    "period_start": "2019-08-24T14:15:22Z",    "period_end": "2019-08-24T14:15:22Z",    "purchased_at": "2019-08-24T14:15:22Z"  }]