curl --location 'https://api.truemetrics.cloud/V2/results/entrances?id_customer=12345' \ --header 'x-api-key: YOURKEY' \ --header 'Content-Type: application/json'
{ "results": [ { "entrances": [ { "lat": "0.0", "lon": "0.0" } ] } ], "message": "Successfully retrieved entrances for this id_customer." }
id