Skip to main content
GET
/
auth
/
methods
Get authentication methods
curl --request GET \
  --url https://api.anycheck.ai/auth/methods
{
  "ENTRA": {
    "details": "Connection successful",
    "enabled": true,
    "healthy": true
  },
  "LDAP": {
    "details": "Connection successful",
    "enabled": true,
    "healthy": true
  },
  "PASSWORD": {
    "enabled": true
  }
}

Response

200 - application/json

Available authentication methods

ENTRA
object
LDAP
object
PASSWORD
object