@amigo-ai/sdk
    Preparing search index...

    Interface WebhookHeaders

    Headers included in every webhook request from Amigo.

    interface WebhookHeaders {
        "x-amigo-idempotent-key": string;
        "x-amigo-request-signature": string;
        "x-amigo-request-timestamp": string;
    }
    Index

    Properties

    "x-amigo-idempotent-key": string

    Unique key for deduplication across retries.

    "x-amigo-request-signature": string

    HMAC-SHA256 signature of v1:{timestamp}:{body}.

    "x-amigo-request-timestamp": string

    UNIX timestamp in milliseconds of the delivery attempt.