Get a new userToken with the refreshToken
POST https://api.circle.com/v1/w3s/users/token/refresh
Get a new userToken with the refreshToken passed over from sdk/performLogin which matches to the current userToken
https://developers.circle.com/w3s/reference/refreshusertoken
Request Body
{"idempotencyKey"=>"{{$guid}}", "refreshToken"=>"eyJhbGciOiJSUz...kmqSVLDhiI-F8EFYDYjAxIUw"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-User-Token | string | ||
accept | string | ||
content-type | string |
RESPONSES
status: OK
{"data":{"userToken":"eyJhbGciOiJS...-F8EFYDYjAxIUw","encryptionKey":"7LcOsm4lUAK2Mg...+6fPjr58=","userID":"ext_user_id","refreshToken":"eyJhbGciOiJSUz...kmqSVLDhiI-F8EFYDYjAxIUw"}}