Webhooks
Access your webhooks though the API to mange them.
Webhooks are fired as fast as possible after the event have taken place in our system. These are the supported events:
- consent_created: fired when a consent is created.
- consent_withdrawn: fired when a consent is withdrawn.
get
https://app.openli.com/api
/v1/webhooks
List all webhooks
post
https://app.openli.com/api
/v1/webhooks
Add a webhook
delete
https://app.openli.com/api
/v1/webhooks/:public_key
Delete a webhook
Last modified 1yr ago