Aex Brain
ReferenceAPI

Emit Host Event

POST
/v1/hosts/{host_id}/events

Path Parameters

host_id*string
Match^host_[A-Za-z0-9]{20,32}$

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/v1/hosts/string/events" \  -H "Content-Type: application/json" \  -d '{    "data": true,    "event_type": "string",    "sequence": 1,    "session_id": "string"  }'
{  "sequence": 1}