GET
https://api.whop.com/api
/
v2
/
webhooks
/
{id}
curl --request GET \
  --url https://api.whop.com/api/v2/webhooks/{id}
{
  "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 ***************************

Path Parameters

id
string
required

The ID of the Webhook URL to search by, which will look like hook_*************, or the URL of the Webhook (e.g. https://website.com/api/whop-webhook)

Response

200 - application/json

Retrieve a Webhook

Webhook model