# Host multiple phone numbers on Twilio's platform. **POST /v2/HostedNumber/Orders/Bulk** Host multiple phone numbers on Twilio's platform. ## Servers - https://numbers.twilio.com: https://numbers.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Body: application/json (object) object ## Responses ### 202 Accepted #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **bulk_hosting_sid** (string | null) A 34 character string that uniquely identifies this BulkHostedNumberOrder. - **request_status** (string) A string that shows the status of the current Bulk Hosting request, it can vary between these values: 'QUEUED','IN_PROGRESS','PROCESSED' - **friendly_name** (string | null) A 128 character string that is a human-readable text that describes this resource. - **notification_email** (string | null) Email address used for send notifications about this Bulk hosted number request. - **date_created** (string(date-time) | null) The date this resource was created, given as [GMT RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. - **date_completed** (string(date-time) | null) The date that this resource was completed, given as [GMT RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. - **url** (string(uri) | null) The URL of this BulkHostedNumberOrder resource. - **total_count** (integer) The total count of phone numbers in this Bulk hosting request. - **results** (array | null) Contains a list of all the individual hosting orders and their information, for this Bulk request. Each result object is grouped by its order status. To see a complete list of order status, please check 'https://www.twilio.com/docs/phone-numbers/hosted-numbers/hosted-numbers-api/hosted-number-order-resource#status-values'. [Powered by Bump.sh](https://bump.sh)