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
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.fintelite.ai/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Available authentication methods

ENTRA
object
LDAP
object
PASSWORD
object