List imported numbers
Lists all imported numbers for the project.
Path parameters
Found on your Sinch Customer Dashboard. Settings > Projects.
Query parameters
Region code to filter by. ISO 3166-1 alpha-2 country code of the phone number. Currently supported are US, CA
Sequence of digits to search for. If you prefer or need certain digits in sequential order, you can enter the sequence of numbers here. When using START, a plus sign (+) must be included and URL encoded. For example, to search for area code 206 in the US, the url encoded string would be %2B1206
Search pattern to apply. The options are, START, CONTAIN, and END. Numbers that begin with the numberPattern.pattern entered. Often used to search for a specific area code.
The maximum number of items to return, server can enforce an upper limit and overwrite the value.
The next page token value returned from a previous listing.
Parameter used to order the returned hosting orders
The hosting order servicePlanId
The hosting order campaignId
Response
OK
Example response
{
"importedNumbers": [
{
"phoneNumber": "+12025550134",
"projectId": "YOUR_project_id",
"regionCode": "US",
"displayName": "MyPhoneNumber",
"smsConfiguration": {
"servicePlanId": "YOUR_service_plan_id",
"scheduledProvisioning": {
"servicePlanId": "YOUR_service_plan_id",
"campaignId": "YOUR_campaign_id"
},
"campaignId": "YOUR_campaign_id"
},
"callbackUrl": "https://www.your-callback-server.com/callback",
"mnoConfiguration": {
"smsAtt": {
"state": "DONE",
"updateTime": "2025-04-02T19:45:28.650924Z"
},
"smsTmo": {
"state": "DONE",
"updateTime": "2025-04-02T19:45:28.650924Z"
},
"mmsAtt": {
"state": "DONE",
"updateTime": "2025-04-02T19:45:28.650924Z"
},
"mmsTmo": {
"state": "DONE",
"updateTime": "2025-04-02T19:45:28.650924Z"
}
},
"smsProvisioning": {
"serviceId": "0130a21c9ed6461ba3a1fefda83f7ec7",
"state": "DONE",
"updateTime": "2023-02-02T21:00:07.467353Z"
},
"campaignProvisioning": {
"serviceId": "CDCQLGJ",
"state": "DONE",
"updateTime": "2023-02-02T21:00:07.467353Z"
}
}
]
}