@bondi-labs/integration-sdk - v0.0.2
    Preparing search index...

    Interface BondiSignedHeaders

    Headers produced by signRequest. Set these on outbound requests so Bondi (or your verifying receiver) can authenticate them.

    interface BondiSignedHeaders {
        action: string;
        signature: string;
        timestamp: string;
    }
    Index

    Properties

    action: string

    Action / event name. Goes in x-bondi-action.

    signature: string

    HMAC-SHA256 hex digest with "sha256=" prefix. Goes in x-bondi-signature.

    timestamp: string

    Unix timestamp in seconds. Goes in x-bondi-timestamp.