Provision Device
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&build=Oct+1&ver=1.0.0&type=MCU&fwType=TMPL8sRFwcfqL&blVer=2.27.2&boType=ESP32
Path Parameters
token
Device auth token.
templateId
Template identifier.
build
Firmware build date. Optional.
ver
Firmware version (e.g. 2.5.1). Optional.
type
Firmware type: MCU or NCP. Optional.
fwType
User-defined firmware type. Optional.
blVer
Blynk library version (e.g. 2.5.1). Optional.
boType
Board type (e.g. ESP32). Optional.
Successful response
{"error":{"message":"Invalid token."}}Last updated
Was this helpful?

