create_order
create_order
Create a number assignment order to assign phone numbers to a campaign.
Path parameters
id
Unique ID of the campaign.
Request
phone_numbers
A list of phone numbers in E164 format.
status_callback_url
Optional: Specify a URL to receive webhook notifications when your number assignment order and the number assignments that belong to it change state. See the [10DLC status callback](/docs/apis/rest/campaign-registry/webhooks/ten-dlc-status-callback) docs for the webhook payload.
Response
id
The unique identifier of the order.
state
The current state of the order.
processed_at
Timestamp when the order was processed.
created_at
Timestamp when the order was created.
updated_at
Timestamp when the order was last updated.
status_callback_url
Optional: Specify a URL to receive webhook notifications when your number assignment order and the number assignments that belong to it change state. See the [10DLC status callback](/docs/apis/rest/campaign-registry/webhooks/ten-dlc-status-callback) docs for the webhook payload.
Response Example
Response