Get device config by country
GET/v1/sdk/device-configs
Resolves the LoRaWAN device configuration for the caller's country.
The server looks up country_iso in the configured country→device config map.
If no exact match is found it falls back to the "default" key.
Returns the raw device config JSON payload (e.g. frequencies, duty cycle, regulatory settings).
Request
Responses
- 200
- 401
- 404
- 500
DeviceConfig config payload for the resolved device config
Missing or invalid SDK identity
No device config found for the given country and no default configured
Internal error