rozod
    Preparing search index...

    Variable getPushNotificationsGetDestinationsConst Api

    getPushNotificationsGetDestinations: EndpointGeneric<
        { [key: string]: any },
        {
            destinations: {
                application: string;
                name: string;
                notificationToken: string;
                platform:
                    | "ChromeOnDesktop"
                    | "AndroidNative"
                    | "FirefoxOnDesktop"
                    | "IOSNative"
                    | "AndroidAmazon"
                    | "IOSTencent"
                    | "AndroidTencentService"
                    | "IOSPushKit";
                supportsUpdateNotifications: boolean;
                user: { name: string; userId: number };
                userPushNotificationDestinationId: number;
            }[];
            statusMessage: string;
        },
        undefined,
    > = ...

    GET https://notifications.roblox.com/v2/push-notifications/get-destinations Gets valid destinations associated with the signed user