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

x-api-key
string
header
required

Your API Key (Dashboard->Settings)

Body

application/json
key
string
required
iv
string
required
body
string
required

Response

200
application/json
Successful Response

The response is of type any.