Skip to main content
Version: API v1

Liefert einen bestimmten Webhook

GET /v1/webhooks/{webhookIdentifier}/
v1
GET
getWebhook

Liefert die Daten eines bestimmten Webhooks

Request

  • webhookIdentifierstring
    required

    Die ID des Webhooks

Responses

application/json

Der gewünschte Webhook

  • uidstring
  • urlstring (uri)
    required
  • methodstring (one of: GET, POST, PUT, DELETE, PATCH)
    required
  • eventType"DOMAIN_REGISTRATION_STATUS"
    required
  • headersobject
    • parametersobject
      • keystring
      • valuestring

    Usage examples

    $ curl \
    --fail \
    --location \
    -H "Authorization: Bearer $MITTWALD_API_TOKEN" \
    https://api.mittwald.de/v1/webhooks/string