Get DID Group by SID
This request returns data for a DID group, targeted by secure ID.
get | /did_groups/{did_group_sid} |
Sample Request
A sample GET request to retrieve a DID group by its secure ID:
curl -X GET \
'https://api.carrierx.com/conference/v2/did_groups/ea1d0f8d-4f2d-4437-a627-694a23a2d568' \
-u 'conference_user_123:qwerty123'
Sample Response
200
response code with a serialized copy of the DID Group object:
{
"account_sid": "a1f38bf7-5879-49c1-be72-50ffa7f249a6",
"properties": {},
"call_flow_sid": null,
"did_group_sid": "ea1d0f8d-4f2d-4437-a627-694a23a2d568",
"name": "N/A",
}
This request is enabled for Field Filtering.
Path Arguments
Parameter | Data Type | Description |
---|---|---|
did_group_sid required | string | The DID group secure ID. |