Handle an event coming from a CleverTab Webhook.
This endpoint must return a ‘200’ status code for CleverTap to acknowledge the event was accepted.
cURL
curl --request POST \ --url https://api.example.com/clevertap/webhooks \ --header 'Content-Type: application/json' \ --data '{}'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
The body is of type Raw Data · object.
Raw Data · object
Successful Response
Was this page helpful?