GET https://{server_address}/external/api/provision?token={token}&templateId={templateId}
GET
https://{server_address}/external/api/provision?token={token}&templateId={templateId}
This API call allows you to complete the device provisioning when using the WiFi provisioning method. Example: https://fra1.blynk.cloud/external/api/provision?token=Rps15JICmtRVbFyS_95houlLbm6xIQ2L&templateId=TMPL8sRFwcfqL
https://fra1.blynk.cloud/external/api/provision?token=Rps15JICmtRVbFyS_95houlLbm6xIQ2L&templateId=TMPL8sRFwcfqL
https://fra1.blynk.cloud/external/api/provision?token=Rps15JICmtRVbFyS_95houlLbm6xIQ2L&templateId=TMPL8sRFwcfqL&build=Oct+1&ver=1.0.0&type=MCU&fwType=TMPL8sRFwcfqL&blVer=2.27.2&boType=ESP32
token
Device auth token.
templateId
Template identifier.
build
Firmware build date. Optional.
ver
Firmware version (e.g. 2.5.1). Optional.
2.5.1
type
Firmware type: MCU or NCP. Optional.
MCU
NCP
fwType
User-defined firmware type. Optional.
blVer
Blynk library version (e.g. 2.5.1). Optional.
boType
Board type (e.g. ESP32). Optional.
ESP32
Successful response
{"error":{"message":"Invalid token."}}
Last updated 3 months ago
Was this helpful?