# Create a new secondary Auth Token **POST /v1/AuthTokens/Secondary** Create a new secondary Auth Token Secondary Auth Token ## Servers - https://accounts.twilio.com: https://accounts.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ## 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) - **account_sid** (string | null) The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that the secondary Auth Token was created for. - **date_created** (string(date-time) | null) The date and time in UTC when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. - **date_updated** (string(date-time) | null) The date and time in UTC when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. - **secondary_auth_token** (string | null) The generated secondary Auth Token that can be used to authenticate future API requests. - **url** (string(uri) | null) The URI for this resource, relative to `https://accounts.twilio.com` [Powered by Bump.sh](https://bump.sh)