cURL
curl --request POST \ --url https://api.whop.com/api/v2/webhooks \ --header 'Content-Type: application/json' \ --data '{ "url": "<string>", "enabled": true, "events": [ "" ] }'
{ "id": "<string>", "enabled": true, "url": "<string>", "created_at": "<string>" }
Add a new Webhook URL
Your API key, which can be found on the Whop Business Dashboard. You must prepend your key with the word 'Bearer', which will look like Bearer ***************************
Bearer ***************************
Create a Webhook
Webhook model
Was this page helpful?