Skip to main content
POST
/
_webhooks
/
test
Test Event
curl --request POST \
  --url https://api.example.com/_webhooks/test \
  --header 'Content-Type: application/json' \
  --data '
{
  "eventType": "test",
  "requestId": "<string>",
  "issuerDid": "<string>",
  "user": {
    "contact": "<string>",
    "id": "<string>",
    "internalId": "<string>"
  },
  "api_version": "<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:
test
requestId
string
required
issuerDid
string
required
user
object
required
api_version
string
required
message
string
required
internalId
string

Response

200

Webhook received successfully