Skip to main content
POST
/
oauth
/
refreshtoken
JWT Refresh Token
curl --request POST \
  --url https://api.projectcor.com/v1/oauth/refreshtoken \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'refresh_token=<string>'
{
  "access_token": "<string>",
  "token_type": "<string>",
  "expires_in": 123,
  "refresh_token": "<string>"
}

Body

application/x-www-form-urlencoded
refresh_token
string
required

Refresh token

Response

200 - application/json

Token refreshed successfully

access_token
string
token_type
string
expires_in
integer
refresh_token
string