Webhooks Integration
PythonJWTDemonstrates webhook integration for event-driven architectures. Creates a webhook endpoint subscribed to job.completed and job.failed events, sends a test event to verify delivery, and lists the delivery log. Shows how to receive real-time notifications when optimization jobs finish, enabling automated downstream workflows (dispatch, notifications, ERP updates).
POST/v1/webhooks
POST/v1/webhooks/{id}/test
GET/v1/webhooks/{id}/deliveries