Skip to main content

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

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

OK

Schema
    code integer
    message string
Loading...