Get MQTT configuration

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:

  1. Exact match: company_id + device_unique_id
  2. Pattern match: company_id + glob patterns (e.g., "edgeiq-coda-staging-*")
  3. Company default: company_id + "default"
  4. Global default: "default" + "global-config"
Language
Credentials
Header
Click Try It! to start a request and see the response here!