Mayson Monorepo Documentation
    Preparing search index...
    interface Request {
        id: string;
        idempotency_key: string;
    }
    Index

    Properties

    Properties

    id: string

    ID of the API request that caused the event. If null, the event was automatic (e.g., Stripe's automatic subscription handling). Request logs are available in the dashboard, but currently not in the API.

    idempotency_key: string

    The idempotency key transmitted during the request, if any. Note: This property is populated only for events on or after May 23, 2017.