Ask Kevin is smarter.
OmniDimension
Phone numbers

List phone numbers

Retrieve all phone numbers associated with your account.

GET/phone_number/list
Query parameters
pagenointeger
pagesizeinteger
curl -X GET 'https://backend.omnidim.io/api/v1/phone_number/list?pageno=1&pagesize=30' \
  -H 'Authorization: Bearer YOUR_API_KEY'
Example response
{
  "success": true,
  "phone_numbers": [
    {
      "id": 213,
      "name": "sales-line",
      "user_id": 1234,
      "user_name": "Demo User",
      "phone_number": "+15551234567",
      "can_message": false,
      "purchase_date": "04/02/2026 09:24:29",
      "active_bot_id": false,
      "location": "US",
      "number_provider": "sip",
      "call_sid": false,
      "exotel_api_key": false,
      "exotel_api_token": false,
      "exotel_subdomain": false,
      "exotel_account_sid": false,
      "exotel_phone_number": false,
      "exotel_app_id": false,
      "is_phone_wa": false,
      "session_start_time": null,
      "is_cloud_wa": false,
      "wa_wbaid": false,
      "wa_app_id": false,
      "wa_business_id": false,
      "wa_access_token": false,
      "sip_host": "<redacted>",
      "sip_port": "<redacted>",
      "sip_username": "<redacted>",
      "sip_password": "<redacted>",
      "sip_trunk_name": "inbound-trunk",
      "sip_id": "<redacted>",
      "number_source": "imported",
      "is_manually_imported": false,
      "telephony_did_id": null,
      "expiry_date": "",
      "health_score": null,
      "health_score_computed_at": null,
      "health_score_details": null
    }
  ]
}

Authorization

BearerAuth
AuthorizationBearer <token>

Bearer token authentication. Obtain your API key from the OmniDimension dashboard.

In: header

Query Parameters

pageno?integer
Default1
pagesize?integer
Default30
Rangevalue <= 150

Response Body

application/json