OAuth token endpoint (code + refresh)
POST
api.vdclip.com/oauth2/tokenNo 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
authorizationstringoptionalBody
client_idstringoptionalclient_secretstringoptionalcodestringoptionalcode_verifierstringoptionalgrant_typestringrequiredredirect_uristringoptionalrefresh_tokenstringoptionalresourcestringoptionalscopestringoptionalLast updated on