Skip to main content
POST
/
v1
/
lite
/
rebroadcast
Rebroadcast
curl --request POST \
  --url https://{api_endpoint}/v1/lite/rebroadcast \
  --header 'Content-Type: application/json' \
  --data '
{
  "tenant_id": "<string>",
  "event_type": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
tenant_id
string
required
event_type
string
required

Response

Successful Response