- All Known Implementing Classes:
WebhookApiController
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2023-12-24T09:03:16.651030963Z[Etc/UTC]")
@Validated
public interface WebhookApi
-
Method Summary
-
Method Details
-
-
notifyWebhookEvent
@RequestMapping(method=POST,
value="/webhook",
consumes="application/json")
default org.springframework.http.ResponseEntity<Void> notifyWebhookEvent(
@RequestHeader(value="Content-Signature",required=true)
String contentSignature,
@Valid @RequestBody
@Valid Event event)
POST /webhook : Notify of an event
- Parameters:
contentSignature - Message signature formed according to the above rules (required)
event - Data from an event that occurred in the platform (required)
- Returns:
- Notification processed (status code 200)