Get Template Events
Get Template Events
GET https://{server_address}/api/v1/organization/template/events
Query Parameters
Name
Type
Description
templateId*
1
Organization template identifier. Should be a valid integer.
Headers
Name
Type
Description
Authorization*
Bearer {access_token}
[
{
"id": 1,
"type": "INFORMATION",
"name": "Event 1",
"eventCode": "event_1"
}
]{
"error": {
"message": "Template is not found or you don't have access to it."
}
}Request examples:
# curl command example:
$ curl -H "Authorization: Bearer {accessToken}" https://fra1.blynk.cloud/api/v1/organization/template/events?templateId=1
$ curl -H "Authorization: Bearer eIdWHQqRfFmvP5LDDh-IGxPUzi7I27HthzCPAVmS" https://fra1.blynk.cloud/api/v1/organization/template/events?templateId=1Last updated
Was this helpful?

