Authentication
Last updated
Last updated
POST /ux/api-token/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 46
{
"username": "admin",
"password": "YWRtaW4xMjM="
}{
"ANY_ADDITIONAL_PROPERTY": "anything"
}POST /ux/api-token-auth/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 42
{
"username": "admin",
"password": "admin123"
}{
"ANY_ADDITIONAL_PROPERTY": "anything"
}POST /ux/password_js_encrypt/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 38
"ANY_ADDITIONAL_PROPERTY='anything'"{
"ANY_ADDITIONAL_PROPERTY": "anything"
}