Skip to main content

Create a Phone Number Assignment Order

To create a new Phone Number Assignment Order, you send a POST request to the Orders resource. Phone Number Assignments belong to Campaigns. A list of phone_numbers in E164 format is required.

Permissions

The API token must include the following scopes: Messaging.

Path Parameters
id uuid REQUIRED

Unique ID of the campaign

Request Body REQUIRED
phone_numbers string[]

A list of phone number in E164 format.

Responses
200

OK

Schema OPTIONAL
id uuid

The unique id of the order.

state string OPTIONAL

The current state of the order.

processed_at date-time OPTIONAL
created_at date-time OPTIONAL
updated_at date-time OPTIONAL