The Opigno Enterprise API allows external systems to receive notifications about internal events occurring within the platform. By registering a webhook subscription, a client application specifies:Documentation Index
Fetch the complete documentation index at: https://docs.opigno.com/llms.txt
Use this file to discover all available pages before exploring further.
- Which event trigger it is interested in (e.g.
USER_COMPLETED_TRAINING,USER_REGISTERED_TO_LIVE_SESSION) - Which endpoint URL should receive the event payload when the event is triggered
- Create a webhook subscription
- List webhook subscriptions (optionally filtered by event type)
- Delete an existing webhook subscription