Webhooks
Events
Event
Trigger
Configure
curl -X POST https://api.gatectr.com/v1/webhooks \
-H "Authorization: Bearer $GATECTR_API_KEY" \
-d '{
"url": "https://your-app.com/webhooks/gatectr",
"events": ["budget.threshold_reached", "budget.exceeded"],
"project_id": "proj_123"
}'Payload
Verify webhook signature
Slack integration
Retries
Available on
Last updated
Was this helpful?