Stampfactory
Dokumentation
Webhooks

Webhook aktualisieren

PUT
/webhooks/{webhook}
AuthentifizierungBearer <token>

Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).

Ort: header

Pfadparameter

webhook*string

The webhook ID

Formatuuid

Request-Body

application/json

TypeScript-Definitionen

TypeScript-Typ für request body.

Response-Body

application/json

application/json

application/json

application/json

curl -X PUT "https://example.com/webhooks/497f6eca-6276-4993-bfeb-53cbbbba6f08" \  -H "Content-Type: application/json" \  -d '{}'
{  "data": {    "id": "string",    "url": "string",    "description": "string",    "events": "string",    "active": "string",    "secret_last4": "string",    "created_at": "string",    "updated_at": "string"  }}