post/oauth-server/token
Query parameters
codestring required
The temporary code.
redirect_uristring required
The callback URL.
grant_typestring required
Always pass "authorization_code".
Headers
Response
The access token.
The temporary code.
The callback URL.
Always pass "authorization_code".
The access token.