POST
/
auth
/
refresh
Refresh access token
curl --request POST \
  --url https://coreapi-dev.us.bcpapers.ca/auth/refresh \
  --header 'Content-Type: application/json' \
  --data '
{
  "refreshToken": "<string>"
}
'
{}

Body

application/json

Refresh token

refreshToken
string

Response

OK

The response is of type object.