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

# Get Oauth token

`GET /v1/oauth.json`

## Response `200`

successful operation

- object
  - `access_token` string
  - `expires_in` string
  - `token_type` string
  - `scope` string
  - `id` integer
  - `links` string
  - `languages` string
  - `apps` string

---

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