Exchange API Key credentials for JWT tokens
Target workspace
API Key id
API Key secret
POST /rest/auth/token HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 60
{
"workspace": "text",
"apiKeyId": "text",
"apiKeySecret": "text"
}
{
"accessToken": "text",
"expiresInSeconds": 1,
"refreshToken": "text",
"refreshExpiresInSeconds": 1
}