Skip to main content
GET
https://scrape.st
/
webhook
curl -X GET https://scrape.st/webhook \
-H "x-api-key: YOUR_API_KEY"
{
  "data": "https://your-webhook.com/endpoint"
}
Retrieve the registered webhook for your API key.
x-api-key
string
required
Your unique API key.
data
string
The registered webhook URL, or null if none is registered.
curl -X GET https://scrape.st/webhook \
-H "x-api-key: YOUR_API_KEY"
{
  "data": "https://your-webhook.com/endpoint"
}