POST
/
topics
/
{topic_slug}
/
events
curl --request POST \
  --url https://api.sailhouse.dev/topics/{topic_slug}/events \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "data": {},
  "metadata": {},
  "send_at": "<string>",
  "wait_group_instance_id": "<string>"
}'
{
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

topic_slug
string
required

Body

application/json

Response

200
application/json

Success

The response is of type object.