Skip to Content
Referência da APIOAuth ServerOAuth token endpoint (code + refresh)

OAuth token endpoint (code + refresh)

POSTapi.vdclip.com/oauth2/token
No authentication required

Exchange an authorization code for access and refresh tokens, or refresh an expired access token. Supports PKCE (S256). Authenticate via HTTP Basic with client_id, or pass client_id in the body.

Headers

authorizationstringoptional

Body

client_idstringoptional
client_secretstringoptional
codestringoptional
code_verifierstringoptional
grant_typestringrequired
redirect_uristringoptional
refresh_tokenstringoptional
resourcestringoptional
scopestringoptional
Última atualização em