@apple/app-store-server-library
    Preparing search index...

    Interface RealtimeUrlRequest

    The request body for configuring the URL of your Get Retention Message endpoint.

    RealtimeUrlRequest

    interface RealtimeUrlRequest {
        realtimeURL: string;
    }
    Index

    Properties

    Properties

    realtimeURL: string

    A string that contains the URL of your Get Retention Message endpoint for configuration.

    Maximum length: 256 characters

    realtimeURL