Skip to main content

Retrieve a Phone Number Assignment Order

GET 

/registry/beta/orders/:id

Returns a phone number assignment order.

Permissions

The API token must include the following scopes: Messaging.

Request

Path Parameters

    id uuidrequired

    Unique ID of the order

Responses

OK

Schema

    id uuidrequired

    The unique id of the order.

    state string

    The current state of the order.

    processed_at date-time
    created_at date-time
    updated_at date-time
    status_callback_url string

    Optional: Specify a URL to receive webhook notifications when your number assignment order and the number assignments that belong to it change state.

Loading...