Refresh

Extend token

put

Extend token

Body
refreshTokenstring · min: 50Required
uuidstring · min: 10Required
Responses
200
token
application/json
Responsestring
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