List device templates for factory picker (iotmer-auth-code)
GET/provision/device-templates
List assignable device templates for factory/device pickers (customer/public provision API). Send the workspace provision API key in iotmer-auth-code (raw string; do not use Authorization on this route). Query workspace_id is required and must match the key. Response is picker fields only (id, scope, model_key, display_name, description, serial_format). Use id as template_id on POST /provision/device. Empty serial_format means the client should send device_key when creating the device.
Request
Responses
- 200
- 400
- 401
- 403
- 500
- 503
Picker list of active platform and/or workspace templates.
Validation error (missing/invalid workspace_id or scope)
Missing or invalid iotmer-auth-code header
workspace_id does not match the key, or key is not a provision key
Server error
Control Plane schema outdated