Create Webhook Configuration
POST/verification/api/1.0/webhook-config
Registers a new webhook endpoint for receiving event notifications.
Request
- application/json
Body
required
endpoint urirequired
The URL endpoint where webhook notifications will be posted.
apiKey stringrequired
The API key/secret sent in x-api-key and x-webhook-key headers to authenticate payloads.
description string
Optional description for the webhook configuration.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
code integer
message string
data object
id string
{
"code": 0,
"message": "Success",
"data": {
"id": "6a32928801b19c3a8a61991d"
}
}
Loading...