Skip to main content
POST
/
_webhooks
/
otp-failed
OTP Failed Event
curl --request POST \
  --url https://api.example.com/_webhooks/otp-failed \
  --header 'Content-Type: application/json' \
  --data '
{
  "eventType": "otp.failed",
  "requestId": "<string>",
  "issuerDid": "<string>",
  "user": {
    "contact": "<string>",
    "id": "<string>",
    "internalId": "<string>"
  },
  "api_version": "<string>",
  "otp": {
    "resendEndpoint": "<string>",
    "error": {
      "code": "<string>",
      "message": "<string>"
    }
  },
  "internalId": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://humanos.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Headers

API-Version
string

Pin responses to a specific API version (YYYY-MM-DD). When omitted, defaults to the version stored in your issuer config or today's date.

Pattern: ^\d{4}-\d{2}-\d{2}$
Example:

"2026-03-03"

Body

application/json
eventType
enum<string>
required
Available options:
otp.failed
requestId
string
required
issuerDid
string
required
user
object
required
api_version
string
required
otp
object
required
internalId
string

Response

200

Webhook received successfully