Skip to main content

Create Webhook Configuration

POST 

/verification/api/1.0/webhook-config

Registers a new webhook endpoint for receiving event notifications.

Request

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

OK

Schema
    code integer
    message string
    data object
    id string
Loading...