Get acquired phone numbers
Retrieve all platform-purchased telephony numbers (Twilio/Plivo) for the organization.
Note: Imported SIP numbers added via POST /product/import-phone-number are not included in this response — they are stored as a separate product type and returned by a different internal call.
Response
Successful response
Example response
{
"status": true,
"data": [
{
"_id": "6867ca76d0f8f2e0f4201281",
"attributes": {
"provider": "twilio",
"phoneNumber": "+13412184691",
"countryCode": "US",
"areaCode": "341"
},
"createdAt": "2025-07-04T12:35:02.821Z",
"updatedAt": "2025-07-07T08:11:35.327Z"
}
]
}Changes
Changed in 1 of the 52 revisions of this API.25
- ●
added the new
plivoenum value to thedata/items/attributes/providerresponse property for the response status200response-property-enum-value-added
- ●
added the new
twilioenum value to thedata/items/attributes/providerresponse property for the response status200response-property-enum-value-added
- ○
added the optional property
data/items/agentIdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/attributes/areaCodeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/attributes/complianceApplicationIdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/attributes/countryCodeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/productTypeto the response with the200statusresponse-optional-property-added
- ●