---
title: "Changes to Issues a new Access token (optionally identity_token & refresh_token) in exchange of Oauth grant"
method: POST
path: "/v1/token"
---

# Changes to Issues a new Access token (optionally identity_token & refresh_token) in exchange of Oauth grant

`POST /v1/token`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 4 of 43 revisions.

- **2024-04-04** (v1) `7f3f4b21ff81` — 1 info
- **2024-04-01** (v1) `e0385b93e66b` — 1 breaking, 3 info
- **2024-03-14** (v1) `5fa9155efe92` — 2 breaking, 7 warning, 4 info
- **2023-08-10** (v1) `69cec05717a0` — 1 info

## Changes

- **2024-04-04** (v1) `7f3f4b21ff81` — 1 info
  - the endpoint scheme security `accountSid_authToken` was removed from the API
- **2024-04-01** (v1) `e0385b93e66b` — 1 breaking, 3 info
  - the `expires_in` response's property type/format changed from `string`/`date-time` to `integer`/`int64` for status `201`
  - added the new optional request property `RefreshToken`
  - added the new optional request property `Scope`
  - the request property `ClientSecret` became optional
- **2024-03-14** (v1) `5fa9155efe92` — 2 breaking, 7 warning, 4 info
  - added the new required request property `ClientId`
  - the request property `ClientSecret` became required
  - removed the request property `ClientSid`
  - removed the request property `CodeVerifier`
  - removed the request property `DeviceCode`
  - removed the request property `DeviceId`
  - removed the request property `RefreshToken`
  - removed the optional property `access_token_expires_at` from the response with the `201` status
  - removed the optional property `refresh_token_expires_at` from the response with the `201` status
  - added the new optional request property `Audience`
  - added the new optional request property `RedirectUri`
  - added the optional property `expires_in` to the response with the `201` status
  - added the optional property `token_type` to the response with the `201` status
- **2023-08-10** (v1) `69cec05717a0` — 1 info
  - api tag `OauthV1Token` added

---

[Operation](https://skmtc.dev/twilio/apis/oauth-v1/docs/v1/token/post.md) · [API](https://skmtc.dev/twilio/apis/oauth-v1.md) · [Page](https://skmtc.dev/twilio/apis/oauth-v1/changes/v1/token/post)
