Skip to main content

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.

AttributeData TypeDescription
aging_policy
read only
integerThe 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
stringThe DID classification secure ID.
name
read only
stringAn arbitrary, human readable DID classification name.

Sample DID Object

{
"aging_policy": 86400,
"classification_sid": "17f4d954-d635-4cda-912b-c2a2fa3a6860",
"name": "Default"
}