Skip to main content
POST
/
oauth2
/
token
JWT Authorization by Authorization code
curl --request POST \
  --url https://api.projectcor.com/v1/oauth2/token
{
  "access_token": "<string>",
  "token_type": "<string>",
  "expires_in": 123,
  "refresh_token": "<string>"
}

Query Parameters

grant_type
enum<string>
default:authorization_code
required
Available options:
authorization_code
code
string
required

Authorization code obtained from consent screen

Response

200 - application/json

Successfully authenticated

access_token
string
token_type
string
expires_in
integer
refresh_token
string