Groups
Retrieve a group
This operation retrieves a specific group with the provided group ID.
get/xms/v1/{service_plan_id}/groups/{group_id}
Example response
{
"id": "01FC66621VHDBN119Z8PMV1QPQ",
"name": "My new customers",
"size": 2,
"child_groups": [
"01FC66621VHDBN119Z8PMV1AHY"
],
"auto_update": {
"to": "+15551231234",
"add": {
"first_word": "Sinch",
"second_word": "JOIN"
},
"remove": {
"first_word": "LEAVE"
}
}
}