Operations for publishing events.
Publish Event
POST
http://localhost:3333/api/v1
/publish
Publishes an event to the specified topic, potentially routed to a specific destination. Requires Admin API Key.
Request Body
tenant_id
string · requiredThe ID of the tenant to publish for.
topic
string · requiredTopic name for the event.
eligible_for_retry
boolean · requiredShould event delivery be retried on failure.
data
object · requiredAny JSON payload for the event data.
destination_id
stringOptional. Route event to a specific destination.
metadata
objectAny key-value string pairs for metadata.
Responses
No schema specified