Get Template Info

Get Organization Template

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

Query Parameters

Name
Type
Description

templateId*

1

Organization template identifier. Should be a valid integer.

Headers

Name
Type
Description

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:

Last updated

Was this helpful?