POST
/
v2
/
webhooks
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>"
}

Headers

Authorization
string

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 ***************************

Body

application/json

Create a Webhook

Response

201 - application/json

Create a Webhook

Webhook model