Create DID Group
This request creates a DID group.
post | /did_groups |
Sample Request
A sample POST request to create a DID group:
curl -X POST \
'https://api.carrierx.com/conference/v2/did_groups' \
-H 'Content-Type: application/json' \
--data-binary '{}' \
-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",
}
Body Arguments
JSON representation of the fields and values of the DID Group object to be created.
No fields are required to create a DID group, an empty object can be passed.
Refer to this table to view all fields that appear in the DID Group object.