Refresh

Refresh token

post

Exchange refreshToken for JWT tokens

Body
workspacestringRequired

Target workspace

refreshTokenstringRequired

Refresh token

Responses
200
Successful response
application/json
post
POST /rest/auth/token/refresh HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 42

{
  "workspace": "text",
  "refreshToken": "text"
}
{
  "accessToken": "text",
  "expiresInSeconds": 1,
  "refreshToken": "text",
  "refreshExpiresInSeconds": 1
}