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

Query Parameters

grant_type
enum<string>
default:client_credentials
required
Available options:
client_credentials

Response

200 - application/json

Successfully authenticated

access_token
string
token_type
string
expires_in
integer
refresh_token
string