---
title: "Retrieve OAuth2 token"
method: POST
path: "/oauth/access_token"
tags: ["user", "oauth"]
---

# Retrieve OAuth2 token

`POST /oauth/access_token`

Retrieve a new OAuth token when the old has expired

## Response `200`

Access token information to use for OAuth requests

- object
  - `access_token` string — OAuth Access Token
  - `expires_in` integer — Time in seconds that the OAuth access token expires
  - `token_type` string — OAuth Token Type
  - `scope` string — OAuth scope granted
  - `refresh_token` string — OAuth Refresh Token

## Other responses

- `403` — Invalid access token or refresh token or some other problem retrieving

---

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