Strong Customer Authentication
Record a security event
Record a client-side security-relevant event for the customer with Grid's risk engine (e.g. a sign-in, a sensitive view), to feed adaptive-authentication signals.
This endpoint is only meaningful for customers in a region where SCA is required (e.g. EU). For customers outside SCA-regulated regions, this returns 409.
post/sca/record-event
Request body
Example request
{
"eventType": "FAILED_LOGIN_ATTEMPT"
}Response
Event recorded; the customer's resulting login-security state is returned (including any lockout).
Example response
{
"eventType": "FAILED_LOGIN_ATTEMPT",
"lockedUntil": "2025-10-03T12:15:00Z",
"failedAttempts": 5
}