Get Auth Org Lockout Configuration.
GET {{baseUrl}}/auth-org/lockout-config
This API returns the details of an org's lockout auth configuration.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"maximumAttempts":5,"lockoutDuration":15,"lockoutWindow":5}