rozod
    Preparing search index...

    Variable getPushNotificationsMetadataConst Api Param

    getPushNotificationsMetadata: EndpointGeneric<
        { notificationId: string; notificationToken: string },
        {
            metadata: {
                detail: Record<string, never>;
                fallbackDelivered: boolean;
                notificationId: string;
                type: string;
                [key: string]: unknown;
            };
            statusMessage: string;
        },
        undefined,
    > = ...

    GET https://notifications.roblox.com/v2/push-notifications/metadata Gets the corresponding metadata for the specified notification notificationToken Token for the notification notificationId Id of the specified notification