POST
/
topics
/
{topic}
/
events
curl --request POST \
  --url https://api.sailhouse.dev/topics/{topic}/events \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "data": {},
  "metadata": {}
}'
This response has no body data.

Authorizations

Authorization
string
header
required

Path Parameters

topic
string
required

The topic to post to

Body

application/json
Event to post
data
object
required
metadata
object