Send/Log An Event
Last updated
Was this helpful?
HTTPS API -> Send/Log An Event
Check this article on setting up an event
Use the GET call below to send event
GET https://{server_address}/external/api/logEvent?token={token}&code={event_code}&description={event_description}
{% swagger-response status="400" description="Could not find a device token or Typo in code or Could not find event code" %}
{"error":{"message":"Invalid token."}}
or
{"error":{"message":"Event code is not provided."}}
or
{"error":{"message":"Can't find Event with this code in Product template"}}You can get the Device auth token in Device info.
Last updated
Was this helpful?
Was this helpful?

