---
title: "POST /api/login/oauth/refresh_token"
method: POST
path: "/api/login/oauth/refresh_token"
tags: ["Token API"]
---

# POST /api/login/oauth/refresh_token

`POST /api/login/oauth/refresh_token`

refresh OAuth access token

## Query parameters

- `grant_type` string, required
- `refresh_token` string, required
- `scope` string, required
- `client_id` string, required
- `client_secret` string

## Response `200`

The Response object

## Other responses

- `400` — The Response object
- `401` — The Response object

---

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