Returns the attachment
import { whopApi } from "@/lib/whop-api"; const result = await whopApi.getAttachment({ // The ID of the attachment id: "xxxxxxxxxxx" /* Required! */, });
Was this page helpful?