Skip to main content

Resend event notification

POST 

/webhooks-events/:event_id/resend

Resends a webhook event notification, by ID. Any pending notifications are not resent.

Request

Path Parameters

    event_id stringrequired

    Possible values: <= 50 characters, Value must match regular expression ^[a-zA-Z0-9]+$

    The ID of the webhook event notification to resend.

Body

    webhook_ids string[]

    An array of webhook account IDs.

    Possible values: <= 500

Responses

A successful request returns the HTTP 202 Accepted status code and a JSON response body that shows webhook event notification details.

Schema

    id string

    The ID of the webhook event notification.

    create_time date-time

    The date and time when the webhook event notification was created, in Internet date and time format.

    resource_type string

    The name of the resource related to the webhook notification event.

    event_version

    Event Version (string)

    The event version in the webhook notification.

    Possible values: Value must match regular expression ^([0-9]+.[0-9]+)$

    object
    event_type string

    The event that triggered the webhook event notification.

    summary string

    A summary description for the event notification.

    resource_version

    Resource Version (string)

    The resource version in the webhook notification.

    Possible values: Value must match regular expression ^([0-9]+.[0-9]+)$

    object

    resource

    object

    The resource that triggered the webhook event notification.

    property name* any

    The resource that triggered the webhook event notification.

    links object[]

    An array of request-related HATEOAS links.

Loading...