cURL
curl --request POST \ --url https://api.projectcor.com/v1/oauth/token
{ "access_token": "<string>", "token_type": "<string>", "expires_in": 123, "refresh_token": "<string>" }
We’ll be using the OAuth2 Client Credentials workflow as an authentication strategy and JWTs for the format of the tokens.
client_credentials
Successfully authenticated