Update Webhook Configuration
PUT/verification/api/1.0/webhook-config/:id
Updates an existing webhook configuration.
Request
Path Parameters
id stringrequired
The ID of the webhook configuration to update.
Example: 6a32928801b19c3a8a61991d
- 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.
description string
Optional description for the webhook configuration.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
code integer
message string
{
"code": 0,
"message": "Success"
}
Loading...