curl --location --request POST '/bundle_pricing/user_bundles/bulk' \
--header 'Content-Type: application/json' \
--data-raw '{
"idempotency_key": "12ade33a-21c0-473b-b055-b3c836e1c292",
"items": [
{
"billing_bundle_id": "12ade33a-21c0-473b-b055-b3c836e1c292",
"quantity": 0
}
]
}'
{
"data": [
{
"active": true,
"billing_bundle": {
"cost_code": "BUNDLE-PRICING-BASIC-MRC",
"created_at": "2019-08-24",
"currency": "USD",
"id": "7ecd040e-6bac-4139-9160-3c0427d98fea",
"is_public": true,
"mrc_price": 2,
"name": "Australia Basic",
"slug": "basic-au-e4f8",
"specs": [
"1 AU Number",
"Emergency Calling",
"All inbound and outbound calling billed pay-as-you-go"
]
},
"created_at": "2025-01-20",
"id": "ca1d2263-d1f1-43ac-ba53-248e7a4bb26a",
"resources": [],
"updated_at": "2025-01-20",
"user_id": "16856d8c-cd59-4b08-9ac2-1ebb01d419e1"
}
]
}
Authorization: Bearer ********************