GetWebhookEventResponse: {
    data: {
        [x: string]: any;
    };
    date: string;
    error?: string;
    id: string;
    kind: "policy.triggered" | "policy.approval.pending" | "policy.approval.resolved" | "wallet.blockchainevent.detected" | "wallet.created" | "wallet.delegated" | "wallet.exported" | "wallet.signature.failed" | "wallet.signature.rejected" | "wallet.signature.requested" | "wallet.signature.signed" | "wallet.transaction.broadcasted" | "wallet.transaction.confirmed" | "wallet.transaction.failed" | "wallet.transaction.rejected" | "wallet.transaction.requested" | "wallet.transfer.broadcasted" | "wallet.transfer.confirmed" | "wallet.transfer.failed" | "wallet.transfer.rejected" | "wallet.transfer.requested" | "wallet.tags.modified";
    status: string;
    timestampSent: number;
}

Type declaration

  • data: {
        [x: string]: any;
    }
    • [x: string]: any
  • date: string

    ISO date string when event was raised

  • Optional error?: string

    Error message if any error happened during the webhook request.

  • id: string

    WebhookEvent ID

  • kind: "policy.triggered" | "policy.approval.pending" | "policy.approval.resolved" | "wallet.blockchainevent.detected" | "wallet.created" | "wallet.delegated" | "wallet.exported" | "wallet.signature.failed" | "wallet.signature.rejected" | "wallet.signature.requested" | "wallet.signature.signed" | "wallet.transaction.broadcasted" | "wallet.transaction.confirmed" | "wallet.transaction.failed" | "wallet.transaction.rejected" | "wallet.transaction.requested" | "wallet.transfer.broadcasted" | "wallet.transfer.confirmed" | "wallet.transfer.failed" | "wallet.transfer.rejected" | "wallet.transfer.requested" | "wallet.tags.modified"

    Webhook event

  • status: string

    Status code of the webhook request

  • timestampSent: number

    Unix timestamp when the event was forwarded to the webhook url by our servers.

Generated using TypeDoc