@PostMapping(“/webhook”)
public ResponseEntity
// TODO: your webhook operations
return ResponseEntity.ok().build(); }
Was this page helpful?
@PostMapping(“/webhook”)
public ResponseEntity
// TODO: your webhook operations
return ResponseEntity.ok().build(); }