---
title: "Get Access Token"
method: POST
path: "/v2/oauth/token"
tags: ["Authorization"]
---

# Get Access Token

`POST /v2/oauth/token`

These are the routes for authing the API and going through the [OAuth flow](https://developer.clickup.com/docs/authentication).\
 \
Applications utilizing a personal API token don't use this endpoint.\
 \
***Note:** OAuth tokens are not supported when using the [**Try It** feature](https://developer.clickup.com/docs/trytheapi) of our Reference docs. You can't try this endpoint from your web browser.*

## Request body

- object
  - `client_id` string, required — OAuth app client id
  - `client_secret` string, required — OAuth app client secret
  - `code` string, required — Code given in redirect url

## Response `200`

- object
  - `access_token` string, required

---

[API](https://skmtc.net/clickup/apis/clickup-api-v2-reference.md) · [All operations](https://skmtc.net/clickup/apis/clickup-api-v2-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clickup/clickup-api-v2-reference/revisions/72216f55b952/schema)
