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