Reference (v1)WebhooksLiefert einen bestimmten WebhookVersion: API v1Auf dieser SeiteLiefert einen bestimmten WebhookGET/webhooks/{webhookIdentifier}/API versionv1Request methodGETOperation ID getWebhookLiefert die Daten eines bestimmten Webhooks Request Pfad-Parameter requiredwebhookIdentifierstringrequiredDie ID des Webhooks Responses 200 OKFormatapplication/jsonBeschreibungDer gewünschte WebhookSchema-DokumentationBeispielJSON Schemauidstringurlstring (uri)requiredmethodstring (one of: GET, POST, PUT, DELETE, PATCH)requiredeventType"DOMAIN_REGISTRATION_STATUS"requiredheadersobjectparametersobjectkeystringvaluestring{ "uid": "string", "url": "string", "method": "GET", "eventType": "DOMAIN_REGISTRATION_STATUS", "headers": {}, "parameters": { "key": "string", "value": "string" }}{ "title": "Webhook", "required": [ "eventType", "method", "url" ], "type": "object", "properties": { "uid": { "type": "string", "readOnly": true }, "url": { "type": "string", "format": "uri" }, "method": { "type": "string", "enum": [ "GET", "POST", "PUT", "DELETE", "PATCH" ] }, "eventType": { "type": "string", "enum": [ "DOMAIN_REGISTRATION_STATUS" ] }, "headers": { "type": "object", "properties": {} }, "parameters": { "title": "WebhookParameter", "type": "object", "properties": { "key": { "type": "string" }, "value": { "type": "string" } } } }}403 Forbidden Usage examples cURL$ curl \ --fail \ --location \ -H "Authorization: Bearer $MITTWALD_API_TOKEN" \ https://api.mittwald.de/v1/webhooks/string