Number Groups
Get number group
Retrieves the details of a number group.
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Numbers.
Learn more about API scopes.
get/api/relay/rest/number_groups/{id}
Path parameters
idstring uuid required
Universal Unique Identifier.
Unique ID of the number group.
Response
The request has succeeded.
Example response
{
"name": "My Number Group",
"phone_number_count": 4
}