Skip to main content

Create a Number Group

POST 

/number_groups

To create a new Number Group, you send a POST request to the Number Group resource.

Permissions

The API token must include the following scopes: Numbers.

Request

Body

required

    namestringrequired

    The name given to the number group. Helps to distinguish different groups within your project.

    Example: My Number Group
    sticky_senderboolean

    Whether the number group uses the same 'From' number for outbound requests to a number, or chooses a random one. Defaults to false.

    Example: false

Responses

CREATED

Schema

    iduuidrequired

    The unique identifier of the Number Group on SignalWire. This can be used to update or delete the group programmatically.

    namestringrequired

    The name given to the number group. Helps to distinguish different groups within your project.

    Example: My Number Group
    sticky_senderboolean

    Whether the number group uses the same 'From' number for outbound requests to a number, or chooses a random one. Defaults to false.

    Example: false
    phone_number_countnumber

    The number of phone numbers within the group.

    Example: 4