---
title: "Create a new secondary Auth Token"
method: POST
path: "/v1/AuthTokens/Secondary"
tags: ["AccountsV1SecondaryAuthToken"]
---

# Create a new secondary Auth Token

`POST /v1/AuthTokens/Secondary`

Create a new secondary Auth Token

## Response `201`

Created

- AccountsV1SecondaryAuthToken
  - `account_sid` string, nullable — 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, nullable — 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, nullable — 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, nullable — The generated secondary Auth Token that can be used to authenticate future API requests.
  - `url` string, uri, nullable — The URI for this resource, relative to `https://accounts.twilio.com`

---

[API](https://skmtc.net/twilio/apis/accounts-v1.md) · [All operations](https://skmtc.net/twilio/apis/accounts-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/accounts-v1/versions/10557890848f/schema)
