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

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

`POST /v1/token`

## Response `201`

Created

- OauthV1Token
  - `access_token` string, nullable — Token which carries the necessary information to access a Twilio resource directly.
  - `refresh_token` string, nullable — Token which carries the information necessary to get a new access token.
  - `id_token` string, nullable — Token which carries the information necessary of user profile.
  - `token_type` string, nullable — Token type
  - `expires_in` integer, nullable

---

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