Authentication
On this page
Endpoints for alternative auth. endpoints (e.g. PAM Integration, etc.)
Obtain Token
API Endpoint Path
/api/auth/linux-pam/
Method
POST
Request Example:
{
"username": "username", // Email not supported
"password": "mock_password",
"cross_check_key": "your_send_encrypted_key",
"unsafe": false
}