Get Template Info

Get Organization Template

GET https://{server_address}/api/v1/organization/template

Query Parameters

NameTypeDescription

templateId*

1

Organization template identifier. Should be a valid integer.

Headers

NameTypeDescription

Authorization*

Bearer {access_token}

{
   "id": 605,
   "templateIds": ["TMPL84aMXD6vd"],
   "parentId": 604,
   "orgId": 830,
   "name": "Dev tempalte",
   "boardType": "ESP8266",
   "connectionType": "WI_FI",
   "description": "Template, that is being used for development",
   "logoUrl": "https://blynk.cloud/tempalte_image.png",
   "createdAt": 1703082519534
}

Request examples:

# curl command example:
$ curl -H "Authorization: Bearer {accessToken}" https://fra1.blynk.cloud/api/v1/organization/template?templateId=1
$ curl -H "Authorization: Bearer eIdWHQqRfFmvP5LDDh-IGxPUzi7I27HthzCPAVmS" https://fra1.blynk.cloud/api/v1/organization/template?templateId=1

Last updated