Phone Numbers

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.

get/product/phone-numbers

Response

Successful response

statusboolean

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

  • ecdf1f763bc625See the full diff
    • added the new plivo enum value to the data/items/attributes/provider response property for the response status 200

      response-property-enum-value-added

    • added the new twilio enum value to the data/items/attributes/provider response property for the response status 200

      response-property-enum-value-added

    • added the optional property data/items/agentId to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/attributes/areaCode to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/attributes/complianceApplicationId to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/attributes/countryCode to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/productType to the response with the 200 status

      response-optional-property-added