exchange Refresh Token For JWT With Id

POST {{baseUrl}}/api/jwt/refresh

Exchange a refresh token for a new JWT.

Request Body

{"refreshToken"=>"<string>", "token"=>"<string>", "eventInfo"=>{"deviceDescription"=>"<string>", "deviceName"=>"<string>", "deviceType"=>"<string>", "ipAddress"=>"<string>", "location"=>{"city"=>"<string>", "country"=>"<string>", "latitude"=>"<double>", "longitude"=>"<double>", "region"=>"<string>", "zipcode"=>"<string>", "displayString"=>"<string>"}, "os"=>"<string>", "userAgent"=>"<string>"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;refreshToken&quot;:&quot;\u003cstring\u003e&quot;,&quot;refreshTokenId&quot;:&quot;\u003cuuid\u003e&quot;,&quot;token&quot;:&quot;\u003cstring\u003e&quot;}