Exchange refreshToken for JWT tokens
Target workspace
Refresh token
POST /rest/auth/token/refresh HTTP/1.1 Host: Content-Type: application/json Accept: */* Content-Length: 42 { "workspace": "text", "refreshToken": "text" }
Successful response
{ "accessToken": "text", "expiresInSeconds": 1, "refreshToken": "text", "refreshExpiresInSeconds": 1 }