KYC and auth webhooks
type AuthWebhook = {
"event": "auth",
"data": {
"authOperation": "login" | "register",
"authStatus": "initiate" | "success" | "failed",
"userEmail": string,
"date": string,
"userCountryIsoCode": string,
"userId"?: string
}
}Last updated

