Campaign Registry: Phone Number Assignments
Get phone number assignment order
Retrieves the details of an order.
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Messaging and Numbers.
Learn more about API scopes.
get/api/relay/rest/registry/beta/orders/{id}
Path parameters
idstring uuid required
Universal Unique Identifier.
Unique ID of the order.
Response
The request has succeeded.
Example response
{
"state": "pending",
"status_callback_url": "https://example.com/handle_callback"
}