Qualified Numbers
Text enable numbers
Enables text capability for the specified qualified numbers. You can enable up to 500 numbers at once. To enable a number for SMS, you must include a Campaign ID and billing information for a Letter of Authorization to be generated. The information required can differ depending on if you are a direct customer of Sinch or a reseller. The Letter of Authorization will be sent to the email you provide in the request to be e-signed.
post/v1/projects/{projectId}/qualifiedNumbers:textEnableNumbers
Path parameters
projectIdstring required
Example:d1923022-5199-4bb3-a513-c47b3a656bc5
Found on your Sinch Customer Dashboard. Settings > Projects.
Request body
Example request
{
"projectId": "YOUR_project_id",
"displayName": "MyHostingOrder",
"regionCode": "US",
"numbers": [
"+12025550134"
],
"servicePlanId": "YOUR_service_plan_id",
"campaignId": "YOUR_campaign_id",
"directLoaInfo": {
"authorisedPerson": {
"firstName": "John",
"lastName": "Doe",
"email": "john.doe@company.com"
},
"address": {
"buildingNumber": "123",
"street": "1st",
"city": "New York",
"state": "NY",
"postalCode": "00001",
"country": "USA"
},
"currentVoiceCarrier": "TMO"
},
"resellerLoaInfo": {
"businessName": "Acme, Inc.",
"authorisedPerson": {
"firstName": "John",
"lastName": "Doe",
"email": "john.doe@company.com"
},
"address": {
"buildingNumber": "123",
"street": "1st",
"city": "New York",
"state": "NY",
"postalCode": "00001",
"country": "USA"
},
"currentVoiceCarrier": "TMO"
},
"callbackUrl": "https://www.your-callback-server.com/callback"
}Response
OK