Skip to main content

Fetch Webhook Config by ID

GET 

/verification/api/1.0/webhook-config/:id

Retrieves a specific webhook configuration by its ID.

Request

Path Parameters

    id stringrequired

    The ID of the webhook configuration.

    Example: 6a32928801b19c3a8a61991d

Responses

OK

Schema
    code integer
    message string
    data object
    _id string
    endpoint string
    apiKey string
    description string
Loading...