v1
latestOpenAPI 3.0.12026-07-269671357.0 KBWebhooks
Create Webhook Test
post/v1/webhook_tests
Request body
Example request
{
"webhook_body": {
"event": "user_failed_transaction",
"data": {
"transaction_id": "ot_ny695pd",
"details": "User Exceeded Authentication Attempts"
}
}
}Response
Success
Example response
{
"webhook_body": {
"event": "user_failed_transaction",
"data": {
"transaction_id": "ot_ny695pd",
"details": "User Exceeded Authentication Attempts"
}
}
}