Skip to main content

Update a specific Webhook

PUT 

/webhook/:guid

deprecated

Update a specific Webhook.

Note, this can only be done for Webhooks owned by the requested Company.

Request

Path Parameters

    guid uuidrequired

    The guid of the Webhook.

Body

Input data

    event string

    Possible values: [order-updated, order-pending, order-paid, order-cancelled]

    The trigger that will invoke the Webhook.

    url url

    Possible values: <= 65535 characters

    The url to which to make POST request(s) after a trigger of the event. Only if a request fails, there can be a retry.

Responses

Webhook updated.

Schema

    guid uuidrequired

    The guid of the Webhook.

    event stringrequired

    Possible values: [order-updated, order-pending, order-paid, order-cancelled]

    The trigger that will invoke the Webhook.

    url urlrequired

    Possible values: <= 65535 characters

    The url to which to make POST request(s) after a trigger of the event. Only if a request fails, there can be a retry.

    created_at ISO 8601

    The time it was created.

    updated_at ISO 8601

    The time it was last updated.

Loading...