Test a Webhook
You can use this endpoint to see how the webhook works.
Test an already registered webhook on Goki.
POST
[environmentBaseUrl]/v1/webhooks/:id/test
Path Parameters
Name | Type | Description |
---|---|---|
* | String | Identifier of the webhook |
Request Body
Name | Type | Description |
---|---|---|
event* | String | The event you want to test. i.e. reservationPinGenerated |
Last updated