WorkOS
radar.attempts.update
You may optionally inform Radar that an authentication attempt or challenge was successful using this endpoint. Some Radar controls depend on tracking recent successful attempts, such as impossible travel.
Remote workos
Other tools also called radar.attempts.update?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The unique identifier of the Radar attempt to update."
},
"attempt_status": {
"type": "string",
"description": "Set to `\"success\"` to mark the authentication attempt as successful."
},
"challenge_status": {
"type": "string",
"description": "Set to `\"success\"` to mark the challenge as completed."
}
}
}