cURL
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>"
Your API Key (Dashboard->Settings)
Successful Response
The response is of type any.
any