Topics
Create a topic event
This endpoint sends an event to the specified HTTP request source.
POST
/
sources
/
{source_id}
/
topics
/
{topic_id}
/
events
Authorizations
Authorization
string
headerrequiredBearer token for the current workspace. Can be retrieved from the Workspace's settings page.
Path Parameters
source_id
integer
requiredID of the source to push the event to
topic_id
string
requiredThe id of the topic to push the event to
Body
application/json ยท object
The JSON object to push to the topic
Was this page helpful?