Refresh authentication token

Refreshes the bearer token for the current authenticated session. Returns a new token with the same scopes.

Responses
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for get/sdk-partner/user/refresh-token
curl https://sandbox-api.mrcr.io/v1.6/sdk-partner/user/refresh-token \
  --header 'Sdk-User-Token: YOUR_SECRET_TOKEN'
{
  "status": 200,
  "data": {
    "user_uuid": "string",
    "bearer_token": "string",
    "timeout": 1
  }
}