@playlive/fundraiser-data
    Preparing search index...

    Interface TestDonationAuthOptions

    Auth bag for postTiltifyTestDonations. The core API accepts either credential; pass whichever the calling surface holds.

    Neither is required when every donation in the payload targets a demo campaign — the service skips auth entirely for demo IDs.

    interface TestDonationAuthOptions {
        adminApiKey?: string;
        tiltifyOAuthToken?: string;
    }

    Hierarchy (View Summary)

    Index
    adminApiKey?: string

    Shared admin API key sent as x-api-key.

    tiltifyOAuthToken?: string

    Tiltify OAuth token sent as Authorization: OAuth <token>. Grants access only to campaigns the resolved Tiltify user owns.