Refresh
Extend token
Body
refreshTokenstring · min: 50Required
uuidstring · min: 10Required
Responses
200
token
application/json
Responsestring
400
Bad Request
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
default
application/json
put
PUT //auth/token/refresh HTTP/1.1
Host: api.client.nbcgate.tech
Content-Type: application/json
Accept: */*
Content-Length: 37
{
"refreshToken": "text",
"uuid": "text"
}
text