Skip to main content
POST
/
worker
/
call-events
Process Call Events
curl --request POST \
  --url https://api.example.com/worker/call-events
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

Upstash-Signature
string | null
X-Event-Type
string | null
X-Source
string | null

Response

Successful Response