stet
API reference

Check for audience/channel conflicts

Read-only. The same conflict check `schedule` and `send-now` run before dispatch — a channel reached by two-or-more targeted audiences with differing visible blocks for that channel.

GET/api/broadcasts/{id}/validate
AuthorizationBearer <token>

A Stet API key (prefix bk_), created under Settings → API keys. The whole API requires the Growth plan or higher; keys are scoped read or write — composing and sending require write.

In: header

Path Parameters

idstring

Response Body

curl -X GET "https://app.stethq.com/api/broadcasts/string/validate"
{
  "conflicts": [
    {
      "channelId": "string",
      "channelName": "string",
      "audienceIds": [
        "string"
      ],
      "audienceNames": [
        "string"
      ],
      "reason": "differing_blocks"
    }
  ]
}
{
  "type": "http://example.com",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string"
}
{
  "type": "http://example.com",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string"
}
{
  "type": "http://example.com",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string"
}