Imported Numbers
Get imported number
Returns the imported number you specify in the path.
get/v1/projects/{projectId}/importedNumbers/{phoneNumber}
Path parameters
projectIdstring required
Example:d1923022-5199-4bb3-a513-c47b3a656bc5
Found on your Sinch Customer Dashboard. Settings > Projects.
phoneNumberstring required
Example:+12025550134
The phone number in E.164 format with leading +.
Response
OK
Example response
{
"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"
}
}