# Hosting Orders Hosted numbers provide you with an easy method to port your SMS enabled numbers to Sinch or to use SMS messaging and other products to send and receive messages, on voice-enabled numbers (including landline numbers) that you already own. Note: The SMS enablement process is only supported in United States and Canada. The Hosting Orders API allows you to manage all the numbers that you are hosting on the Sinch platform. This includes numbers that you have ported to Sinch and/or any non- Sinch numbers that you already own and are hosting on Sinch to enable Sinch SMS messaging and other products. ## List hosting orders - [GET /v1/projects/{projectId}/hostingOrders](https://developers.sinch.com/docs/numbers/api-reference/imported-hosting/hosting-orders/hostingorderservice_listhostingorders.md): Lists the hosting orders for the project. ## Get hosting order - [GET /v1/projects/{projectId}/hostingOrders/{hostingOrderId}](https://developers.sinch.com/docs/numbers/api-reference/imported-hosting/hosting-orders/hostingorderservice_gethostingorder.md): Returns the hosting order specified by the hosting order ID. ## Retrieve a hosting order report - [GET /v1/projects/{projectId}/hostingOrders/{hostingOrderId}/report](https://developers.sinch.com/docs/numbers/api-reference/imported-hosting/hosting-orders/gethostingorderreport.md): Returns the report object for a specific hosting order ## List hosting order numbers - [GET /v1/projects/{projectId}/hostingOrders/{hostingOrderId}/numbers](https://developers.sinch.com/docs/numbers/api-reference/imported-hosting/hosting-orders/hostingorderservice_listhostingordernumbers.md): Lists the numbers belonging to the specified hosting order. ## Get hosting order number - [GET /v1/projects/{projectId}/hostingOrders/{hostingOrderId}/numbers/{phoneNumber}](https://developers.sinch.com/docs/numbers/api-reference/imported-hosting/hosting-orders/hostingorderservice_gethostingordernumber.md): Returns the specified phone number belonging to the specified hosting order. ## Import numbers using hosting orders - [POST /v1/projects/{projectId}/hostingOrders:importNumbers](https://developers.sinch.com/docs/numbers/api-reference/imported-hosting/hosting-orders/hostingorderservice_importnumbers.md): Import numbers associated with hosting orders of a specific project and schedule the async provisioning to Sinch SMS platform and linking to campaign if applicable. Note: This operation is limited to five numbers. If you want to increase the quantity of numbers you can import using this operation, please contact your account manager for authorization. ## Text enable numbers in hosting orders - [POST /v1/projects/{projectId}/hostingOrders:textEnableNumbers](https://developers.sinch.com/docs/numbers/api-reference/imported-hosting/hosting-orders/textenablenumbers.md): Text enable numbers associated with hosting orders of a specific project. ## Text enable Toll Free numbers in hosting orders - [POST /v1/projects/{projectId}/hostingOrders:textEnableTollFreeNumbers](https://developers.sinch.com/docs/numbers/api-reference/imported-hosting/hosting-orders/textenabletollfreenumbers.md): Text enable Toll Free numbers associated with hosting orders of a specific project.