Registriert einen neuen Webhook
POST/webhooks/
v1
POST
createWebhook
Registriert einen neuen Webhook für einen bestimmten Login
Request
Responses
Usage examples
- cURL
$ curl \
--fail \
--location \
-X POST \
-d '{"uid":"string","url":"string","method":"GET","eventType":"DOMAIN_REGISTRATION_STATUS","headers":{},"parameters":{"key":"string","value":"string"}}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v1/webhooks