Webhooks
Access your webhooks though the API to mange them.
Event types
List all webhooks
Headers
Name
Type
Description
[
{
"webhook_endpoint": {
"public_key":"TRNQzTKQvTxmShKZ4CFyWjdN",
"target_url":"https://cool.webhook",
"events":[
"consent_created",
"consent_withdrawn"
],
"created_at":"2018-08-21T16:32:18.364Z",
"updated_at":"2018-08-21T16:32:18.364Z"
}
},
{
"webhook_endpoint": {
"public_key":"sDdyTHgDDx4YDYNW5p9hEjMw",
"target_url":"https://cool.webhook/2",
"events":[
"consent_created"
],
"created_at":"2018-08-21T16:32:18.364Z",
"updated_at":"2018-08-21T16:32:18.364Z"
}
}
]Add a webhook
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Delete a webhook
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated