Skip to main content
POST
SDK

Authorizations

Authorization
string
header
required

Voyant Cloud API token, passed as Authorization: Bearer <token>. Each token carries a fixed set of scopes; an operation rejects tokens missing its required scope.

Path Parameters

channel
string
required

Body

application/json
event
string
required

Event name delivered to subscribers.

Example:

"order.updated"

data
any

JSON-serializable payload delivered as-is to subscribers.

Response

Published message

id
string
required
channel
string
required
event
string
required
data
any
required
publishedAt
string<date-time>
required