Endpoint for obtaining APP AUTH TOKEN with last_login update.
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" }
Endpoint for getting JS Encrypted Password.
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'"