Example subscription
Accounts
Accounts.failed webhook
The accounts.failed webhook is sent when:
- The user submits login credentials that fail to authenticate.
- The user submits login credentials to re-authenticate an account and authentication fails.
- The user submits login credentials but there is a timeout during a required multi-factor authentication (MFA) process.
POST
Example subscription
Authorizations
Username = api_key_id, Password = api_key_secret
Body
application/json
Array containing the accounts.failed event.
Value: accounts.failed
Available options:
accounts.failed Your name for the webhook subscription.
Where you want to receive webhook delivery. This can be either a backend URL that you manage, or a URL provided by a webhook management service. Argyle handles URL encoding for webhook URLs. Send the URL in its normal, unencoded form.
Optional secret used to verify webhooks.