Create token
Exchanges an authorization code for an access token, or exchanges a refresh token for a new access token. Send parameters as application/x-www-form-urlencoded.
Exchanges an authorization code for an access token, or exchanges a refresh token for a new access token. Send parameters as application/x-www-form-urlencoded.
authorization_code or refresh_token.
Authorization code returned from /oauth/authorize.
OAuth application client ID (uid).
PKCE code verifier (required when a code challenge was sent).