---
title: "Issue access token"
method: POST
path: "/v2/oauth/token"
tags: ["Authentication"]
---

# Issue access token

`POST /v2/oauth/token`

Operation returns the security token to be used for subsequent calls to API

## Query parameters

- `grant_type` string, required

## Response `200`

Success

- RestApiUaaOAuth2Token
  - `expires_in` integer
  - `jti` string
  - `access_token` string
  - `scope` string
  - `token_type` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

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