Skip to main content

Webhooks

Receive real-time notifications when events occur in your apitree account. Configure webhook endpoints to stay informed.

Available Events

Event
Description
api.call.successAPI call completed successfully
api.call.errorAPI call failed
billing.credit_lowCredit balance below 20%
sla.breachAPI SLA threshold exceeded
healing.resolvedSelf-Healing auto-recovered an API
settlement.paidProvider settlement completed

Payload Format

{
  "event": "api.call.success",
  "timestamp": "2026-04-09T10:30:00Z",
  "data": {
    "api_id": "weather",
    "latency_ms": 234,
    "credits_used": 0.005,
    "cached": false,
    "request_id": "req_abc123"
  }
}

Webhook configuration is available in the dashboard settings. Enterprise plans support custom retry policies.

apitree · AI-Native API Marketplace