DID Group Object
In CarrierX API, the DID Group objects describe the groups of rented phone numbers associated with the Conference endpoint.
The system returns a DID Group JSON object with the fields listed in the table below in response to one of the following successful requests:
DID Group Object Attributes
The fields listed in the table below will be returned in a JSON object when a successful request has been made.
Attribute | Data Type | Description |
---|---|---|
account_sid read only | string | The secure ID of the account associated with the DID group. |
properties | object | The call flow properties which will be overriden at the DID group level. Refer to this section for more details on various conference v2 call flow properties. |
call_flow_sid | string | The secure ID of the call flow associated with the DID group. |
did_group_sid read only | string | The DID group secure ID. |
name | string | The name of the DID group. |
Sample DID Group Object
{
"account_sid": "a1f38bf7-5879-49c1-be72-50ffa7f249a6",
"properties": {},
"call_flow_sid": null,
"did_group_sid": "ea1d0f8d-4f2d-4437-a627-694a23a2d568",
"name": "New DID group",
}