v45

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0114775543.6 KB
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"
    }
  ]
}