Orders
Retrieve number assignment orders. Orders track the process of assigning phone numbers to 10DLC campaigns.
Access via client.registry.orders on a RestClient instance.
get
Retrieve a specific number assignment order.
Path parameters
id
Unique ID of the order.
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