Skip to main content

List all Phone Number Assignment Orders

Returns a list of the phone number assignment orders for a campaign. The orders are returned sorted by creation date, with the most recent appearing first. The list is filterable by sending in any of the following parameters.

Permissions

The API token must include the following scopes: Messaging.

Path Parameters
id uuid REQUIRED

Unique ID of the campaign

Query Parameters
filter_state string

The state of the orders in the registration process, such as pending or processed. Will return all orders with this value.

Responses
200

OK

Schema OPTIONAL
links object OPTIONAL
self string OPTIONAL
first string OPTIONAL
next string OPTIONAL
prev string OPTIONAL
data object[] 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