DELETE /v1/platform-webhooks/{id} HTTP/1.1 Host: Authorization: Bearer Bearer Accept: */*
No content
GET /v1/platform-webhooks HTTP/1.1 Host: Authorization: Bearer Bearer Accept: */*
[ { "id": "text", "url": "text", "isActive": true, "events": [ "text" ], "createdAt": "2025-04-20T17:43:39.925Z", "lastUpdatedAt": "2025-04-20T17:43:39.925Z" } ]
POST /v1/platform-webhooks HTTP/1.1 Host: Authorization: Bearer Bearer Content-Type: application/json Accept: */* Content-Length: 48 { "url": "text", "events": [ "text" ], "secret": "text" }
PUT /v1/platform-webhooks/{id} HTTP/1.1 Host: Authorization: Bearer Bearer Content-Type: application/json Accept: */* Content-Length: 48 { "url": "text", "events": [ "text" ], "secret": "text" }