---
title: "GET /oauth.token"
method: GET
path: "/oauth.token"
tags: ["oauth"]
---

# GET /oauth.token

`GET /oauth.token`

Exchanges a temporary OAuth verifier code for a workspace token.

## Query parameters

- `client_id` string
- `client_secret` string
- `code` string
- `redirect_uri` string
- `single_channel` boolean

## Response `200`

Success example using a workspace app produces a very different kind of response

- 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)
