---
title: "POST /v1/AuthTokens/Secondary"
method: POST
path: "/v1/AuthTokens/Secondary"
tags: ["AccountsV1SecondaryAuthToken"]
---

# POST /v1/AuthTokens/Secondary

`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`

## Changes

- **2023-08-10** (v1) `ec5af6efe634` — 1 info
  - api tag `AccountsV1SecondaryAuthToken` added

[Change history](https://skmtc.dev/twilio/apis/accounts-v1/changes/v1/AuthTokens/Secondary/post.md)

---

[API](https://skmtc.dev/twilio/apis/accounts-v1.md) · [All operations](https://skmtc.dev/twilio/apis/accounts-v1/llms.txt) · [OpenAPI document](https://skmtc.dev/twilio/apis/accounts-v1/revisions/290f2e1dcabb?raw)
