# Add a new phone number or phone number 1k prefix to SafeList. **POST /v1/SafeList/Numbers** Add a new phone number or phone number 1k prefix to SafeList. ## Servers - https://accounts.twilio.com: https://accounts.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Body: application/x-www-form-urlencoded (object) - **PhoneNumber** (string) The phone number or phone number 1k prefix to be added in SafeList. Phone numbers must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164). ## Responses ### 201 Created #### 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) - **sid** (string | null) The unique string that we created to identify the SafeList resource. - **phone_number** (string | null) The phone number or phone number 1k prefix in SafeList. [Powered by Bump.sh](https://bump.sh)