Skip to main content

Publish a message to a topic

POST 

/v1.0/publish/:pubsubName/:topic

This endpoint lets you publish data to multiple consumers who are listening on a topic. Catalyst guarantees At-Least-Once semantics for this endpoint.

Request

Path Parameters

    pubsubName stringrequired

    Possible values: Value must match regular expression ^[a-zA-Z0-9_-]+$

    topic stringrequired

    Possible values: Value must match regular expression ^[a-zA-Z0-9_-]+$

Query Parameters

    metadata object

    Query parameters for metadata as described below.

Body

required

    object

Responses

Message delivered.

Loading...