---
title: "Text enable numbers"
method: POST
path: "/v1/projects/{projectId}/qualifiedNumbers:textEnableNumbers"
tags: ["Qualified Numbers"]
---

# Text enable numbers

`POST /v1/projects/{projectId}/qualifiedNumbers:textEnableNumbers`

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.

## Path parameters

- `projectId` string, required

## Request body

- TextEnableNumbersRequest — A request to text enable the numbers in a hosting order.
  - `projectId` string — The ID of the project to which the hosting order is associated.
  - `displayName` string — The optional display name of the hosting order.
  - `regionCode` string, required — The region code for the hosting order.
  - `numbers` string[], required — An array of all the phone numbers associated with the hosting order.
  - `nnid` string — Defaults to either Sinch NNID or what was originally configured on the customer account. Sinch encourages customers to use the Sinch NNID, but if you want to use another NNID, please contact your account manager.
  - `servicePlanId` string, required — The ID of the service plan to which the hosting order is associated.
  - `campaignId` string — The ID of the campaign to which the hosting order is associated.
  - `directLoaInfo` DirectLoaInfo — Letter of Authorization for direct Sinch customers.
    - `authorisedPerson` AuthorizedPerson, required — The person authorized and responsible for the hosting order.
      - `firstName` string, required — The first name of the authorized person.
      - `lastName` string, required — The last name of the authorized person.
      - `email` string, required — The email address of the authorized person.
    - `address` Address, required — The address of the business.
      - `buildingNumber` string, required — The building number of the address.
      - `street` string, required — The street name of the address.
      - `city` string, required — The city name of the address.
      - `state` string, required — The state name of the address.
      - `postalCode` string, required — The postal code of the address.
      - `country` string, required — The country of the address.
    - `currentVoiceCarrier` string, required — The current carrier you are using for voice services for the number you want to host on Sinch.
  - `resellerLoaInfo` ResellerLoaInfo — Letter of Authorization for resellers.
    - `businessName` string, required — The name of the business.
    - `authorisedPerson` AuthorizedPerson, required — The person authorized and responsible for the hosting order.
      - `firstName` string, required — The first name of the authorized person.
      - `lastName` string, required — The last name of the authorized person.
      - `email` string, required — The email address of the authorized person.
    - `address` Address, required — The address of the business.
      - `buildingNumber` string, required — The building number of the address.
      - `street` string, required — The street name of the address.
      - `city` string, required — The city name of the address.
      - `state` string, required — The state name of the address.
      - `postalCode` string, required — The postal code of the address.
      - `country` string, required — The country of the address.
    - `currentVoiceCarrier` string, required — The current carrier you are using for voice services for the number you want to host on Sinch.
  - `blanketLoaInfo` BlanketLoaInfo — You can set up a blanket Letter of Authorization (LoA) that will allow you to import numbers to your account without having to sign an LoA each time you submit a request. To set up a blanket LoA, email your account manager. Once the LoA has been approved, you can use this `blanketLoaInfo` object in your requests. The `blanketLoaInfo` object should be sent as an empty object.
  - `scheduledOsrUpdateTime` string, date-time — The scheduled time for OSR to be updated.
  - `migrateToSinchTmo` boolean — Displays if a number is assigned to another aggregator in T-Mobile's platform, and requires migration from previous aggregator to Sinch.
  - `callbackUrl` string — The client's callback URL to be called for text enablement updates.

## Response `200`

OK

- TextEnableResponse
  - `hostingOrderId` string — The ID of the hosting order.

## Other responses

- `404` — NOT FOUND: The resource could not be found.
- `500` — INTERNAL: Internal server error. Typically, a server bug.

---

[API](https://skmtc.net/sinch/apis/imported-numbers-and-hosting-orders.md) · [All operations](https://skmtc.net/sinch/apis/imported-numbers-and-hosting-orders/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sinch/imported-numbers-and-hosting-orders/revisions/c3d50cf4681d/schema)
