---
title: "Retrieve an access token with the code provided by OAuth 2 authentication"
method: POST
path: "/oauth/access_token"
tags: ["Authentication"]
---

# Retrieve an access token with the code provided by OAuth 2 authentication

`POST /oauth/access_token`

Retrieves an access token with the code provided by OAuth 2 authentication.

## Query parameters

- `client_id` string
- `client_secret` string
- `redirect_uri` string
- `code` string
- `locale` string

## Response `200`

Successful operation

---

[API](https://skmtc.net/raycast/apis/betaseries-api.md) · [All operations](https://skmtc.net/raycast/apis/betaseries-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/raycast/betaseries-api/versions/166cef8615b3/schema)
