curl --request POST \
--url https://api.meetcampfire.com/rr/api/v1/contracts/{contract_id}/prepaid-commits/{commit_id}/consumption \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"period_month": "2023-12-25",
"gross_usage_amount": 0,
"total_events": 0,
"description": ""
}
'{
"period_month": "2023-12-25",
"gross_usage_amount": 0,
"total_events": 0,
"description": ""
}curl --request POST \
--url https://api.meetcampfire.com/rr/api/v1/contracts/{contract_id}/prepaid-commits/{commit_id}/consumption \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"period_month": "2023-12-25",
"gross_usage_amount": 0,
"total_events": 0,
"description": ""
}
'{
"period_month": "2023-12-25",
"gross_usage_amount": 0,
"total_events": 0,
"description": ""
}Documentation Index
Fetch the complete documentation index at: https://docs.campfire.ai/llms.txt
Use this file to discover all available pages before exploring further.
Token-based authentication with required prefix "Token"