diff --git a/assignment2/structs.go b/assignment2/structs.go
index a3433df6fab9b8c5f9d3f35d21a42e4b1665be8e..b9f44a555bf3b18919ff7b5ccc4bf1e19b13f3a8 100644
--- a/assignment2/structs.go
+++ b/assignment2/structs.go
@@ -46,3 +46,8 @@ type Status struct {
 }
 
 //************ Webhook ************
+
+type WebhookRegistration struct {
+	Event string `json:"event"`
+	URL   string `json:"urk2`
+}