Skip to main content

Update a webhook subscription

Update a webhook subscription

Path Parameters
    event string required

    Possible values: [incomingCall, outgoingCall, callStart, callEnd, callInsights]

    The event to update

Request Body required
    url uri required
    contentType string required

    Possible values: [application/json, application/x-www-form-urlencoded]

    active boolean required
    description string
Responses

Successfully updated the webhook subscription


Schema
    data object
    url uri
    contentType string

    Possible values: [application/json, application/x-www-form-urlencoded]

    event string

    Possible values: [incomingCall, outgoingCall, callStart, callEnd, callInsights]

    active boolean
    description string
Loading...