Telemetree Data Pipeline
Send Event To Telemetree Pipeline
User API
User API (Utils)
Events API
Funnels API
Retention API
Monthly Active Users API
Enterprise API
Telemetree Data Pipeline
Telemetree AI
Telemetree AI x TON Society
Telemetree Data Pipeline
Send Event To Telemetree Pipeline
POST
/
v1
/
client
/
events
curl --request POST \
--url https://ebn.telemetree.io/public-api/v1/client/events \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"key": "<string>",
"iv": "<string>",
"body": "<string>"
}'
"<any>"
Authorizations
Your API Key (Dashboard->Settings)
Body
application/json
Response
200
application/json
Successful Response
The response is of type any
.
curl --request POST \
--url https://ebn.telemetree.io/public-api/v1/client/events \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"key": "<string>",
"iv": "<string>",
"body": "<string>"
}'
"<any>"