curl --location --request POST '/messaging_numbers_bulk_updates' \
--header 'Content-Type: application/json' \
--data-raw '{
"messaging_profile_id": "00000000-0000-0000-0000-000000000000",
"numbers": [
"+18880000000",
"+18880000001",
"+18880000002"
]
}'
{
"data": {
"failed": [],
"order_id": "00000000-0000-0000-0000-000000000000",
"pending": [],
"record_type": "messaging_numbers_bulk_update",
"success": [
"+18880000000",
"+18880000001",
"+18880000002"
]
}
}
Authorization: Bearer ********************