cURL
curl --request POST \ --url https://api.projectcor.com/v1/oauth2/token
{ "access_token": "<string>", "token_type": "<string>", "expires_in": 123, "refresh_token": "<string>" }
The authorization code is obtained by using an authorization server (COR) as an intermediary between the client and resource owner.
authorization_code
Authorization code obtained from consent screen
Successfully authenticated