---
title: "POST /v1/token"
method: POST
path: "/v1/token"
---

# POST /v1/token

`POST /v1/token`

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

## Response `201`

Created

- OauthV1Token
  - `access_token` string, nullable — Token which carries the necessary information to access a Twilio resource directly.
  - `access_token_expires_at` string, date-time, nullable — The date and time in GMT when the refresh token expires in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
  - `id_token` string, nullable
  - `refresh_token` string, nullable — Token which carries the information necessary to get a new access token.
  - `refresh_token_expires_at` string, date-time, nullable — The date and time in GMT when the refresh token expires in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.

---

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