Skip to main content

DID Classification Object

The DID Classification Object defines how DIDs (phone numbers) are grouped, named, and managed in the system. It includes both administrative and read-only fields that describe each classification's identity, internal naming, and behavior when DIDs are released.

A DID classification determines characteristics such as how long a number remains unavailable after being released, and provides both human-readable and internal identifiers for administrative use.

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"
}