Tokens
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
POST /gbds/v2/tokens HTTP/1.1
Host: <ip>:8085
Content-Type: application/json
Accept: */*
Content-Length: 91
{
"data": {
"grantType": "CREDENTIALS",
"userName": "text",
"userPassword": "text",
"token": "text"
}
}{
"data": {
"token": "text",
"expirationTime": 1,
"ttl": 1
}
}