POST
/
sources
/
{source_id}
/
topics
/
{topic_name}
/
events
curl --request POST \
  --url https://app.getcensus.com/api/v1/sources/{source_id}/topics/{topic_name}/events \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
This response has no body data.

Authorizations

Authorization
string
headerrequired

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_name
string
required

The name of the topic to push the event to

Body

application/json ยท object

The JSON object to push to the topic