Sigfox coverage maps .kmz files
Public API endpoints allow retrieving the Sigfox public coverage and Sigfox Monarch service coverage maps in .kmz format.
Global public coverage
The dedicated endpoint is documented here: https://support.sigfox.com/apidocs#operation/kmzFilePublicCoverage
Monarch service coverage
The first step is to launch a computation for a given product class and signal attenuation using the dedicated endpoint:
https://support.sigfox.com/apidocs#operation/kmzCreateMonarch
The corresponding job status can be checked with the returned ID using the following endpoint:
https://support.sigfox.com/apidocs#operation/kmzStatusMonarch
Once the job is completed ("jobDone": true), the file must be retrieved using the endpoint documented at: