DID Group Object
This section goes over the parts of the DID Group object.
DID Group Object Attributes
These fields and values make up the JSON response that gets returned when a request is successful.
Attribute | Data Type | Description |
---|---|---|
callback_url | string | The callback URL to receive events for SMS. |
did_group_sid read only | string | The DID group secure ID. |
name | string | The name of the DID group. |
partner read only | object | The Partner object associated with the DID group. This field is displayed if with_related is set to true when performing the GET queries. |
partner_sid read only | string | The secure ID of the partner associated with the DID group. |
Sample DID Group Object
{
"callback_url": null,
"did_group_sid": "41e21049-e5eb-433c-a93d-d57417b1863c",
"name": "N/A",
"partner_sid": "e00430c3-a7d0-4666-ab5c-f7202448382f"
}