Choose your language:
    Webhook call

    Represents a log entry in the webhooks activity list.

    Object payload
    id  string
    ID of webhook call
    entityType  enum

    The subject of webhook triggering

    eventType  enum

    The event that triggers the webhook call

    createdAt  date-time

    The moment the call occurred

    requestUrl  string

    The url that the webhook called

    requestHeaders  object

    The request's headers

    requestPayload  string

    The body of the request

    responseStatus  integer, null

    The status of the response

    responseHeaders  object

    The response's headers

    responsePayload  string, null

    The body of the response

    webhook  webhook.id

    The webhook which has been called

    Available endpoints