/b2b/user/refresh-token
Refresh B2B-Bearer-Token
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for get/b2b/user/refresh-token
curl https://sandbox-api.mrcr.io/v1.6/b2b/user/refresh-token \
--header 'B2B-Bearer-Token: YOUR_SECRET_TOKEN'
{
"status": 200,
"data": {
"user_uuid4": "044ef633-d20b-4e4f-a011-7f3378334cd1",
"bearer_token": "06c6587c7c4257195crsGTnPPK_9vKoNAU23-u-ja9XJdjjYBc6Vc9c_L0T9R-yq",
"timeout": 86400
}
}