Skip to main content
POST
/
clevertap
/
webhooks
Clevertap Ingest
curl --request POST \
  --url https://api.example.com/clevertap/webhooks \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json

The body is of type Raw Data · object.

Response

Successful Response