List phone numbers
Retrieve the phone numbers on your account, whether you bought them from the OmniDimension number shop or imported your own.
pagenointegerPage number for pagination.
pagesizeintegerItems per page (max 150).
user_idintegerReseller accounts only: the client to act on. Omit it to act on your own account.
curl -X GET 'https://backend.omnidim.io/api/v1/phone_number/list?pageno=1&pagesize=30' \ -H 'Authorization: Bearer YOUR_API_KEY'
{ "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_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, "sip_host": "<redacted>", "sip_port": "<redacted>", "sip_username": "<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 Bearer token authentication. Obtain your API key from the OmniDimension dashboard.
In: header
Query Parameters
Page number for pagination.
1Items per page (max 150).
30value <= 150Reseller accounts only: the client to act on. Omit it to act on your own account.
Response body
application/jsonResponse Body
application/json
Buying and releasing numbers is covered in Buy a number over the API.
Get voice details
Detailed metadata for a specific voice.
Search available phone numbers
Search the OmniDimension number shop for phone numbers available to buy in a region. Price and validity are flat per region, so every result shows the same monthly_rental_usd and validity_days, and that is the exact amount a purchase will charge.
