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
- application/json
Body
required
The name given to the number group. Helps to distinguish different groups within your project.
My Number Group
Whether the number group uses the same 'From' number for outbound requests to a number, or chooses a random one. Defaults to false
.
false
Responses
- 201
CREATED
- application/json
- Schema
- Example (from schema)
Schema
The unique identifier of the Number Group on SignalWire. This can be used to update or delete the group programmatically.
The name given to the number group. Helps to distinguish different groups within your project.
My Number Group
Whether the number group uses the same 'From' number for outbound requests to a number, or chooses a random one. Defaults to false
.
false
The number of phone numbers within the group.
4
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "My Number Group",
"sticky_sender": false,
"phone_number_count": 4
}