post https://example.com/webhook-subscriptions//verify
Verify a Webhook Subscription entity by sending a POST
request from Kulipa to your service with the following payload:
{
"id": "9fb634a7-1884-4d5d-aba4-fc074159c504",
"eventTargetId": "580fb00b-ee69-4f1e-a3ec-5ce8d62aa309",
"generatedAt": "2023-08-16T08:23:35.6548Z",
"eventName":"verificationRequest"
}
Upon your service returning 2xx
response status code to this call, the Webhook Subscription will be automatically enabled and mark as verified.