Send/Log An Event

HTTPS API -> Send/Log An Event

  1. Check this article on setting up an event

  2. Use the GET call below to send event

Trigger the event by event code

GET https://{server_address}/external/api/logEvent?token={token}&code={event_code}&description={event_description}

This endpoint allows you to trigger the event.

Example: https://blynk.cloud/external/api/logEvent?token=GVki9IC70vb3IqvsV0YD3el4y0OpneL1&code=firmware_update&description=test

Path Parameters

NameTypeDescription

description

string

Event description

code

string

Event code

token

string

Device auth token

You can get the Device auth token in Device info.

Last updated

Revision created

GITBOOK-1318: change request with no subject merged in GitBook