---
title: "Get token"
method: POST
path: "/v1/oauth/token.json"
tags: ["users"]
---

# Get token

`POST /v1/oauth/token.json`

## Request body

- object
  - `code` string
  - `redirect_uri` string

## Other responses

- `405` — Invalid input

## Changes

- **2017-05-25** `5b98cb916342` — 1 breaking, 2 info
  - removed the success response with the status `200`
  - api operation id `getToken` removed and replaced with ``
  - added the non-success response with the status `405`
- **2016-04-26** `5d7a4c3eadce` — 3 info
  - api operation id `getToken` was added
  - removed the non-success response with the status `405`
  - added the success response with the status `200`

[Change history](https://skmtc.dev/restyaplatform/apis/restyaboard/changes/v1/oauth/token.json/post.md)

---

[API](https://skmtc.dev/restyaplatform/apis/restyaboard.md) · [All operations](https://skmtc.dev/restyaplatform/apis/restyaboard/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/restyaplatform/restyaboard/revisions/bfc753befdbe/schema)
