DID Classification Object
This section goes over the parts of the DID Classification object.
DID Classification Object Attributes
These fields and values make up the JSON response that gets returned when a request is successful.
Attribute | Data Type | Description |
---|---|---|
aging_policy read only | integer | The number of minutes after a DID is released, during which time the phone number status is aging and the number cannot be rented. |
classification_sid read only | string | The DID classification secure ID. |
name read only | string | An arbitrary, human readable DID classification name. |
Sample DID Object
{
"aging_policy": 86400,
"classification_sid": "17f4d954-d635-4cda-912b-c2a2fa3a6860",
"name": "Default"
}