Zum Hauptinhalt springen
Version: API v1

Liefert alle hinterlegten Webhooks

GET /v1/webhooks/
v1
GET
listWebhooks

Liefert alle hinterlegten Webhooks eines bestimmten Logins

Request

Keine Request-Parameter.

Responses

application/json

Eine Liste von Webhooks

  • Array[
  • *object
    • 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