We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91750ed commit 0731831Copy full SHA for 0731831
packages/thirdweb/src/bridge/Webhook.ts
@@ -60,11 +60,13 @@ export type WebhookPayload = Exclude<
60
>;
61
62
/**
63
- * Parses an incoming webhook from thirdweb.
+ * Parses an incoming Universal Bridge webhook payload.
64
*
65
* @param payload - The raw text body received from thirdweb.
66
* @param headers - The webhook headers received from thirdweb.
67
* @param secret - The webhook secret to verify the payload with.
68
+ * @beta
69
+ * @bridge Webhook
70
*/
71
export async function parse(
72
0 commit comments