API Management
Secure access for developers and external integrations
About Webhooks
Webhooks allow PaliPoint to "push" real-time updates to your server. When an event (like a session completing) occurs, we send an HTTP POST request to your URL. This is significantly more efficient than periodically checking our API for updates.
Endpoints
Target URLs receiving real-time events
| Endpoint URL | Partner Context | Subscriptions | Status | Actions |
|---|---|---|---|---|
| Loading endpoints... | ||||
Webhook Security
Learn how to secure your endpoints
Endpoints should verify the X-Webhook-Signature header using your secret key.
HMAC-SHA256(secret, payload)