Type Alias WebhookCallDetailsProps

WebhookCallDetailsProps: {
    errors: any[];
    eventType: string;
    request: WebhookCallRequest;
    requestAt: string;
    response: WebhookCallResponse;
    responseAt: string;
    statusCode: number;
    sys: WebhookCallDetailsSys;
    url: string;
}

Type declaration

  • errors: any[]

    Errors

  • eventType: string

    Type of the webhook

  • request: WebhookCallRequest

    Request object

  • requestAt: string

    Timestamp of the request

  • response: WebhookCallResponse

    Request object

  • responseAt: string

    Timestamp of the response

  • statusCode: number

    Status code of the request

  • sys: WebhookCallDetailsSys

    System metadata

  • url: string

    Url of the request