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.

access_tokenstring

Changes