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

    Interface RealtimeUrlResponse

    The response body that contains the URL for your Get Retention Message endpoint.

    RealtimeUrlResponse

    interface RealtimeUrlResponse {
        realtimeURL: string;
    }
    Index

    Properties

    Properties

    realtimeURL: string

    A string that contains the URL you provided for your Get Retention Message endpoint.

    realtimeURL