cURL
curl --request GET \ --url https://api.buildwithchirp.com/v1/organization/billing/records/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "organization_id": "<string>", "app_id": "<string>", "record_type": "<string>", "provider": "<string>", "product": "<string>", "channel": "<string>", "direction": "<string>", "provider_record_id": "<string>", "cost_amount": "<string>", "cost_currency": "<string>", "occurred_at": "<string>", "synced_at": "<string>", "created_at": "<string>", "telnyx": { "from_phone_number": "<string>", "to_phone_number": "<string>", "rate_amount": "<string>", "carrier_fee_amount": "<string>", "parts": 123, "carrier_name": "<string>", "country_code": "<string>", "provider_status": "<string>" }, "whatsapp": { "pricing_category": "<string>", "pricing_model": "<string>", "pricing_type": "<string>", "origin_type": "<string>", "meta_conversation_id": "<string>" } }
Get a single billing record with provider-specific details
Admin API key (format: sk_admin_*) for organization-level operations
"br_abc123"
Billing record with provider details
Show child attributes