Skip to content

/api/v1/data/webhooks (POST)

POST
/api/v1/data/webhooks
curl --request POST \
--url https://example.com/api/v1/data/webhooks \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "targetUrl": "example", "eventTypes": [ "example" ], "description": "example" }'
object
targetUrl
string
nullable
eventTypes
Array<string>
nullable
description
string
nullable
Example generated
{
"targetUrl": "example",
"eventTypes": [
"example"
],
"description": "example"
}

OK