Store Purchase Webhook (Legacy)
This webhook is only available to legacy enterprise clients
Request Details
interface StorePurchaseWebhookBody {
user: {
id: string;
name: string;
email: string;
};
portal: {
id: string;
};
objectId: string;
title: string;
unlockActions: {
type: string;
targetId: string;
}[];
purchaseMethod: string;
shortDescription: string;
purchasedAt: string;
}
Last updated
Was this helpful?