Auth
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
POST /api/engine/v3/auth/login HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 37
{
"username": "text",
"password": "text"
}POST /api/engine/v3/auth/logout HTTP/1.1
Host:
authorization: text
Accept: */*
POST /api/engine/v3/auth/validate-session HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 23
{
"sessionToken": "text"
}POST /api/engine/v3/auth/authorize-action HTTP/1.1
Host:
authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 17
{
"action": "text"
}{
"authorized": true
}