- Mock serverhttps://docs.speedysticks.com/_mock/openapi/api/webhooks
- Productionhttps://api.speedysticks.com/api/webhooks
curl -i -X GET \
https://docs.speedysticks.com/_mock/openapi/api/webhooks \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
[ { "id": 1, "url": "https://api.speedysticks.com/webhook-endpoint", "events": [ … ] } ]