Retrieve the uuid of the area and the area that the user is restricted to
GET {{baseUrl}}/geojson
This endpoint returns the uuid of the GeoJSON object and the GeoJSON object itself that is predefined for the user. The object is used to restrict the area of micro weather data. The response does not incorporate any geolocation filters. The GeoJSON returned by this endpoint represents the whole area the user is restricted to.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-tracking-id | string | the request tracking ID | |
Accept | string |
RESPONSES
status: OK
{"id":"\u003cuuid\u003e","geoJson":{"type":"Polygon","coordinates":[[["\u003cnumber\u003e","\u003cnumber\u003e"],["\u003cnumber\u003e","\u003cnumber\u003e"],["\u003cnumber\u003e","\u003cnumber\u003e"],["\u003cnumber\u003e","\u003cnumber\u003e"]],[["\u003cnumber\u003e","\u003cnumber\u003e"],["\u003cnumber\u003e","\u003cnumber\u003e"],["\u003cnumber\u003e","\u003cnumber\u003e"],["\u003cnumber\u003e","\u003cnumber\u003e"]]],"bbox":["\u003cnumber\u003e","\u003cnumber\u003e","\u003cnumber\u003e","\u003cnumber\u003e"]}}