Skip to main content
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>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developer.watson-orchestrate.ibm.com/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
tenant_id
string
required
event_type
string
required

Response

Successful Response