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.
401Although the HTTP standard specifies "unauthorized", semantically this response means "unauthenticated". That is, the client must authenticate itself to get the requested response.
403The client does not have access rights to the content; that is, it is unauthorized, so the server is refusing to give the requested resource. Unlike 401
Unauthorized, the client's identity is known to the server.
429The user has sent too many requests in a given amount of time ("rate limiting").
500The server has encountered a situation it does not know how to handle.