POST
/
sources
/
{source_id}
/
topics
/
{topic_id}
/
events
curl --request POST \
  --url https://app.getcensus.com/api/v1/sources/{source_id}/topics/{topic_id}/events \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer token for the current workspace. Can be retrieved from the Workspace's settings page.

Path Parameters

source_id
integer
required

ID of the source to push the event to

topic_id
string
required

The id of the topic to push the event to

Body

application/json ยท object

The JSON object to push to the topic

Response

204
_mintlify/placeholder

Successfully pushed the event to the topic.