v16

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01720230.5 KB
Oauth

OAuth token endpoints

This endpoint is used to exchange an authorization code or refresh token for an access token.

post/auth/oauth/token

Request body

grant_type'authorization_code' | 'refresh_token' required
client_idstring
client_secretstring

Example request

{}

Response

Successful response

{"stackTrail":"paths:/auth/oauth/token:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}