Publish a message

Publish a message to a topic. The message must comply with the topic schema.

WARNING: Payloads for the Event streams public API are limited to 1 MB.

Path parameters

topic_idintegerRequired
Topic ID.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Success - The message was processed successfully.

message_idstring or null
The unique identifier of the processed message.

Errors