get
https://api.edgeiq.io/api/v1/platform/v1/bootstrap
Retrieve MQTT broker and platform configuration for a Coda device.
This endpoint is called by devices before connecting to MQTT to discover their broker endpoint and platform URL. The response format matches the device's conf.json structure for key-based merge.
Configuration is looked up in the following priority order:
- Exact match: company_id + device_unique_id
- Pattern match: company_id + glob patterns (e.g., "edgeiq-coda-staging-*")
- Company default: company_id + "default"
- Global default: "default" + "global-config"