Webhooks
Access your webhooks though the API to mange them.
Last updated
Access your webhooks though the API to mange them.
Last updated
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 on the project.
Name | Type | Description |
---|---|---|
POST
https://app.openli.com/api/v1/webhooks
DELETE
https://app.openli.com/api/v1/webhooks/:public_key
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
x-api-key
string
Your API key
target_url
string
The URL that the webhook should trigger.
events
string
The events that the webhook should be activated on. If multiple events separated them with a comma.
x-api-key
string
Your API key
public_key
string
The public_key of the webhook.
x-api-key
string
Your API key