Configure a HTTP webhook
Last updated
POST https://api.didomi.io/v1/marketplace/integrations?organization_id=YOUR_ORG_ID
BODY
{
"type_id": "webhook-http",
"authentication": {
"url": "https://api.my-site.com/oauth/token",
"client_id": "***************",
"client_secret": "******************"
"properties": {
"url": "https://api.my-site.com/consents"
}
}