Generate static tokens
Generate one or more static authentication tokens for a given template (product).
Each generated token is created in the UNCLAIMED state and can later be claimed by a user (see the claim endpoint) or used directly by a device for authentication.
Note: to generate the QR code, that is acceptable by the official Blynk mobile applications, use the following format: {token}+{orgId}.
The optional metaMapping array assigns meta field values to each generated token. When provided, its size must equal count, and each entry maps a template meta field id to its value.
Required permissions, when user-scoped authentication is used: MANAGE_STATIC_TOKENS.
Request body
Response
Static tokens generated successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.