Register a WebHook
<param name="webhookEntity"></param><param name="event"></param><param name="cancellationToken"></param>
Request
Body Params application/json
{
"title": "string",
"url": "string",
"status": "Draft"
}
Request Code Samples
curl --location --request POST 'https://platform.shopranos.eu/api/WebHook/register//' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"url": "string",
"status": "Draft"
}'
Responses
application/json Modified at 2025-07-08 13:28:53