---
title: "GET /oauth.v2.access"
method: GET
path: "/oauth.v2.access"
tags: ["oauth.v2", "oauth"]
---

# GET /oauth.v2.access

`GET /oauth.v2.access`

Exchanges a temporary OAuth verifier code for an access token.

## Query parameters

- `client_id` string
- `client_secret` string
- `code` string, required
- `redirect_uri` string

## Response `200`

Successful token request with scopes for both a bot user and a user token

- object — This method either only returns a brief _OK_ response or a verbose schema is not available for this method.
  - `ok` true, required

## Other responses

- `default` — Typical error response

---

[API](https://skmtc.net/slack/apis/web-api.md) · [All operations](https://skmtc.net/slack/apis/web-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/slack/web-api/revisions/7b951462b44f/schema)
