curl --request GET \
--url https://api.meetcampfire.com/rr/api/v1/contracts/{contract_id}/prepaid-commits/{commit_id}/usage-events \
--header 'Authorization: <api-key>'{
"count": 123,
"results": [
{
"id": 123,
"prepaid_commit": 123,
"consumption": 123,
"period_month": "2023-12-25",
"created_at": "2023-11-07T05:31:56Z",
"external_id": "<string>",
"event_date": "2023-12-25",
"total_revenue_dollars": 0,
"total_events": -1,
"data": "<unknown>",
"adjustment_date": "2023-12-25",
"is_adjustment": true,
"original_period_month": "2023-12-25"
}
],
"next": "http://api.example.org/accounts/?offset=400&limit=100",
"previous": "http://api.example.org/accounts/?offset=200&limit=100"
}curl --request GET \
--url https://api.meetcampfire.com/rr/api/v1/contracts/{contract_id}/prepaid-commits/{commit_id}/usage-events \
--header 'Authorization: <api-key>'{
"count": 123,
"results": [
{
"id": 123,
"prepaid_commit": 123,
"consumption": 123,
"period_month": "2023-12-25",
"created_at": "2023-11-07T05:31:56Z",
"external_id": "<string>",
"event_date": "2023-12-25",
"total_revenue_dollars": 0,
"total_events": -1,
"data": "<unknown>",
"adjustment_date": "2023-12-25",
"is_adjustment": true,
"original_period_month": "2023-12-25"
}
],
"next": "http://api.example.org/accounts/?offset=400&limit=100",
"previous": "http://api.example.org/accounts/?offset=200&limit=100"
}Token-based authentication with required prefix "Token"
Number of results to return per page.
The initial index from which to return the results.