Monthly Active Users API
User API
User API (Utils)
Events API
Funnels API
Retention API
Enterprise API
Telemetree Data Pipeline
Telemetree Data Pipeline
Send Event To Telemetree Pipeline
POST
/
v1
/
client
/
events
Copy
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>"
}'
Copy
"<any>"
Authorizations
Your API Key (Dashboard->Settings)
Body
application/json
Response
200
application/json
Successful Response
The response is of type any
.
Copy
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>"
}'
Copy
"<any>"
Assistant
Responses are generated using AI and may contain mistakes.