From a61579d558c9fe2b5dd36ca317751b9acd6b14d8 Mon Sep 17 00:00:00 2001 From: cdartnell-wgs Date: Mon, 11 May 2026 11:59:50 +0200 Subject: [PATCH 1/2] feat(localities): add admin_level_x types and filters --- specification/schemas/LocalitiesTypes.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/specification/schemas/LocalitiesTypes.yml b/specification/schemas/LocalitiesTypes.yml index 85401712..4335315c 100644 --- a/specification/schemas/LocalitiesTypes.yml +++ b/specification/schemas/LocalitiesTypes.yml @@ -7,6 +7,9 @@ description: > enum: - country - admin_level + - admin_level_1 + - admin_level_2 + - admin_level_3 - postal_code - address - route From fd4bd04d1523497025252cdcb6bee51529fe5ba8 Mon Sep 17 00:00:00 2001 From: gaelsimon Date: Mon, 11 May 2026 10:04:30 +0000 Subject: [PATCH 2/2] chore: update dist folder [skip ci] --- dist/merged-woosmap-openapi3.json | 3 + dist/woosmap-openapi3.json | 3 + dist/woosmap-openapi3.yml | 3 + dist/woosmap-postman.json | 900 +++++++++++++++--------------- 4 files changed, 459 insertions(+), 450 deletions(-) diff --git a/dist/merged-woosmap-openapi3.json b/dist/merged-woosmap-openapi3.json index 444ef186..dc8f44c9 100755 --- a/dist/merged-woosmap-openapi3.json +++ b/dist/merged-woosmap-openapi3.json @@ -14225,6 +14225,9 @@ "enum": [ "country", "admin_level", + "admin_level_1", + "admin_level_2", + "admin_level_3", "postal_code", "address", "route", diff --git a/dist/woosmap-openapi3.json b/dist/woosmap-openapi3.json index e0c6e5bb..00aefe98 100755 --- a/dist/woosmap-openapi3.json +++ b/dist/woosmap-openapi3.json @@ -6815,6 +6815,9 @@ "enum": [ "country", "admin_level", + "admin_level_1", + "admin_level_2", + "admin_level_3", "postal_code", "address", "route", diff --git a/dist/woosmap-openapi3.yml b/dist/woosmap-openapi3.yml index 600d6260..0bbbee6d 100755 --- a/dist/woosmap-openapi3.yml +++ b/dist/woosmap-openapi3.yml @@ -5896,6 +5896,9 @@ components: enum: - country - admin_level + - admin_level_1 + - admin_level_2 + - admin_level_3 - postal_code - address - route diff --git a/dist/woosmap-postman.json b/dist/woosmap-postman.json index 8dce4f72..754edba8 100755 --- a/dist/woosmap-postman.json +++ b/dist/woosmap-postman.json @@ -10,7 +10,7 @@ "description": "Manage the store and asset data within your Woosmap project. It provides full CRUD (Create, Read, Update, Delete) operations through standard HTTP methods, supporting batch imports up to 15MB, along with an atomic replace operation for swapping entire datasets without downtime.\nThis endpoint handles the complete lifecycle of your location data. You can add new assets in batch using POST, update existing assets with PUT, retrieve assets as GeoJSON with GET, remove individual or all assets with DELETE, and atomically replace your entire dataset using the replace operation. All write operations accept JSON payloads containing an array of store objects, each with a unique storeId, name, and geographic coordinates.\n\n``` POST|GET|PUT|DELETE https://api.woosmap.com/stores ```\n", "item": [ { - "id": "2e6ed137-d78b-474c-b7ef-d88f69b75349", + "id": "bd50eb91-ba29-41c0-84bd-2de5c211f113", "name": "Create your Assets", "request": { "name": "Create your Assets", @@ -44,7 +44,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 7366,\n \"key_1\": \"string\"\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": false\n },\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -72,7 +72,7 @@ }, "response": [ { - "id": "a8b5a52c-ff5b-4ba7-a02f-de8fdebd3484", + "id": "dc33bb61-357a-4dae-aef7-133d83d18b61", "name": "Assets successfully created", "originalRequest": { "url": { @@ -110,7 +110,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 7366,\n \"key_1\": \"string\"\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": false\n },\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -132,7 +132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d721ac8-7b6b-4920-8cf6-eebec148add7", + "id": "cc6f633d-4a0b-4f8c-9c4d-dbd33cf3bb45", "name": "Invalid. The data is not a valid JSON.", "originalRequest": { "url": { @@ -170,7 +170,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 7366,\n \"key_1\": \"string\"\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": false\n },\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -192,7 +192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "862b03fc-b874-459e-b26f-ed11391ffe40", + "id": "4d009325-6351-4da3-b81f-7c0ad2f6db73", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -230,7 +230,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 7366,\n \"key_1\": \"string\"\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": false\n },\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -252,7 +252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d2370d3-7c47-4c7d-aba9-3963ada2a23a", + "id": "71d2580d-f081-4da6-97de-1aea8e478ff1", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -290,7 +290,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 7366,\n \"key_1\": \"string\"\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": false\n },\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -318,7 +318,7 @@ } }, { - "id": "56f23253-e3d2-455d-a800-665a761d7fbc", + "id": "ee347501-bf1d-4b68-b3b3-32660f269926", "name": "Update the Assets", "request": { "name": "Update the Assets", @@ -352,7 +352,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 7366,\n \"key_1\": \"string\"\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": false\n },\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -380,7 +380,7 @@ }, "response": [ { - "id": "29c06d15-2688-44e1-9540-6da2405eecf4", + "id": "8c744bf0-212e-437f-93d3-10fdd929d4ca", "name": "Assets successfully updated", "originalRequest": { "url": { @@ -418,7 +418,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 7366,\n \"key_1\": \"string\"\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": false\n },\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -440,7 +440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6326a61-3350-47ad-8e56-272e4d81d747", + "id": "f12ed61c-7fbd-434a-bce6-e32825cbe1ba", "name": "Invalid. The data is not a valid JSON.", "originalRequest": { "url": { @@ -478,7 +478,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 7366,\n \"key_1\": \"string\"\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": false\n },\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -500,7 +500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "105dd188-4fe2-42cf-aca3-702c381104f8", + "id": "fceb866e-7d9d-4085-9a7f-ddea59d8b408", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -538,7 +538,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 7366,\n \"key_1\": \"string\"\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": false\n },\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -560,7 +560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef47aab7-97b1-4e27-a701-ca58bb370132", + "id": "31525bf9-a499-40d1-959a-4f5e431bd942", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -598,7 +598,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 7366,\n \"key_1\": \"string\"\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": false\n },\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -626,7 +626,7 @@ } }, { - "id": "343c9200-1181-4869-bd07-9ea30198ba27", + "id": "dc15c42d-b0bc-4bce-b12f-14cee48b5b84", "name": "Delete the Assets", "request": { "name": "Delete the Assets", @@ -685,7 +685,7 @@ }, "response": [ { - "id": "cc260441-2f78-451a-9747-afe739dc2e49", + "id": "caa81ec9-5d4d-490c-a87d-08c061ba9ece", "name": "Assets successfully deleted", "originalRequest": { "url": { @@ -741,7 +741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50ada804-b151-41cd-9bc6-92b55b74c19d", + "id": "f9d157c3-b0a7-4a1a-9852-31a5767b95e6", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -797,7 +797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f1e881b-aa60-448e-9233-2822647fb531", + "id": "acd22d3e-7dfc-408e-a802-0f1d539204ad", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -859,7 +859,7 @@ } }, { - "id": "72ee960d-9afd-4a66-8c33-769cb03fb8b1", + "id": "7e3b9156-c1e7-46b9-b578-9b960e14d310", "name": "Get Asset from ID", "request": { "name": "Get Asset from ID", @@ -920,7 +920,7 @@ }, "response": [ { - "id": "a1bf025f-c239-430f-a253-889e2f65c306", + "id": "f7ce8b4f-11d9-4a40-8df9-3dddfb6a8cc8", "name": "Asset successfully retrieved", "originalRequest": { "url": { @@ -974,12 +974,12 @@ "value": "application/json" } ], - "body": "{\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": null,\n \"opening_hours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n },\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n}", + "body": "{\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": {\n \"key_0\": 1039.9750635050075,\n \"key_1\": true,\n \"key_2\": false,\n \"key_3\": 789.7188409444111,\n \"key_4\": 5028\n },\n \"opening_hours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n },\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9345e863-5dd2-4cbb-80a0-4fe9df45b66a", + "id": "a1d3a82d-968b-46d9-a7a4-43f868e62ac3", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -1038,7 +1038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42ca75b9-1c01-4836-8ad7-bd153cfa3ef1", + "id": "592c5325-fcae-4c06-8e4d-251a182d2ba6", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -1097,7 +1097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b60fbe4f-ee3f-4c47-926c-c6110f774228", + "id": "b7a52244-84ba-4702-8f2c-891be4c52582", "name": "Not Found - `storeId` do not exist.", "originalRequest": { "url": { @@ -1150,7 +1150,7 @@ } }, { - "id": "67ffc45b-3e33-4033-bbb1-448170f9c365", + "id": "6328056a-faea-4e9c-a2fc-4e2bb079e502", "name": "Replace all assets", "request": { "name": "Replace all assets", @@ -1185,7 +1185,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 7366,\n \"key_1\": \"string\"\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": false\n },\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -1213,7 +1213,7 @@ }, "response": [ { - "id": "dd95b025-7c6c-4820-9957-6081a0a8eabe", + "id": "ba473e40-7c1e-4f01-9230-f5357cc3aa4a", "name": "Assets successfully replaced", "originalRequest": { "url": { @@ -1252,7 +1252,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 7366,\n \"key_1\": \"string\"\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": false\n },\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -1274,7 +1274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b3f1930-7c0f-4e47-977c-f28c6f8e7585", + "id": "788f8039-5603-4003-b4a4-182b3f2b5de7", "name": "Invalid. The data is not a valid JSON.", "originalRequest": { "url": { @@ -1313,7 +1313,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 7366,\n \"key_1\": \"string\"\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": false\n },\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -1335,7 +1335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "defd0934-5698-4ce2-86ae-5eab7b0fa383", + "id": "ecf6de73-1a76-4eff-9354-e583b9233df1", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -1374,7 +1374,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 7366,\n \"key_1\": \"string\"\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": false\n },\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -1396,7 +1396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9eda3051-d6d6-45d7-9143-337f90116b45", + "id": "dc23e12e-45db-4366-bc0c-c3f78c812017", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -1435,7 +1435,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 7366,\n \"key_1\": \"string\"\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": false\n },\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -1469,7 +1469,7 @@ "description": "The Zones Endpoint lets you associate geographic polygons (zones) with your stores and then search for stores whose zone contains a specific point. Unlike distance-based search, which relies on straight-line proximity, zone-based search accounts for real-world boundaries like delivery areas, service regions, or franchise territories.\nZone management provides a full set of CRUD operations: import zones in bulk, update existing zones, list all zones in your project, retrieve or delete individual zones by ID, and remove all zones at once. Each zone links a polygon (defined in WKT format) to a specific store via store_id and zone_id.\n\nOnce zones are imported, you can search for stores by adding `zone=true` to your Search request. The API returns stores whose zone polygon intersects the queried location rather than the nearest stores by distance.\n\n``` https://api.woosmap.com/zones ```\n", "item": [ { - "id": "2f116184-66a8-4c7c-b990-4094a2e010f9", + "id": "daafb07a-684d-4152-a443-2c94038f4e72", "name": "List your Zones", "request": { "name": "List your Zones", @@ -1537,7 +1537,7 @@ }, "response": [ { - "id": "ded995dc-a418-41d6-bd03-b6774d2ad42c", + "id": "e1230a8b-663a-4435-b8d8-fd76bb01eeb4", "name": "Zones successfully retrieved", "originalRequest": { "url": { @@ -1602,7 +1602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "121ed3b2-bba6-4e7c-83b6-3e84cb9fb190", + "id": "ec687784-5eff-46db-8e3d-d46aa3c92ff5", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -1667,7 +1667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab07ea3a-b341-427f-8175-a1d1e774aad2", + "id": "6fe04560-0413-492d-952f-4519424f6e84", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -1732,7 +1732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "455010df-5a6b-4f5c-9e7d-64160cd5280f", + "id": "b6a696d1-c65f-4022-8b52-230c7f2d18ff", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -1803,7 +1803,7 @@ } }, { - "id": "81f7456c-962a-49e3-811f-5837f1183d76", + "id": "7c7143bd-3e71-410a-ba8f-993883688352", "name": "Create your Zones", "request": { "name": "Create your Zones", @@ -1865,7 +1865,7 @@ }, "response": [ { - "id": "a134f785-5b13-4f2a-a6de-f38a066a8fd2", + "id": "36b2a163-2764-4078-b2d1-8952036d5f0f", "name": "Zones successfully created", "originalRequest": { "url": { @@ -1925,7 +1925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87444b16-3dfb-44ab-b68c-c23dcaea88b5", + "id": "987200eb-f421-4655-969c-7122b77bf80b", "name": "Invalid. The data is not a valid JSON.", "originalRequest": { "url": { @@ -1985,7 +1985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "590097f7-b6c0-439a-beb1-0a67f5d26fee", + "id": "d66c4c1e-c257-4115-aaa2-de763a6ee2ec", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -2045,7 +2045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8630899-7972-4c38-a24e-3886446ecc99", + "id": "bea04163-0ee9-48c6-b6aa-6df4bddce944", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -2111,7 +2111,7 @@ } }, { - "id": "33be1f41-ddb8-4579-bb72-d6edd75889ae", + "id": "00b6384c-7d5e-4fb8-9a4c-388d72204609", "name": "Update the Zones", "request": { "name": "Update the Zones", @@ -2173,7 +2173,7 @@ }, "response": [ { - "id": "f1688c3c-93a9-4b6e-8a08-f65e484359d9", + "id": "9bbd0a7c-9394-45ca-bcb3-f358289daf1e", "name": "Zones successfully updated", "originalRequest": { "url": { @@ -2233,7 +2233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76278181-eb8d-4a77-945a-3be5a7985248", + "id": "e692e471-74c8-429e-9a1c-b8231739944e", "name": "Invalid. The data is not a valid JSON.", "originalRequest": { "url": { @@ -2293,7 +2293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc9b0763-d085-4ab9-bf1a-abe0675c9a45", + "id": "e0797680-a35c-4cc4-bc41-b2aafa94d8c0", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -2353,7 +2353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5dd9af75-4b7d-40be-a68a-8179779596e9", + "id": "8e623969-cf20-4e4e-9ad1-0881c92cdb87", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -2419,7 +2419,7 @@ } }, { - "id": "d83db54e-498b-403d-b5d6-5b0f8b069326", + "id": "854d2ac0-51ca-46dd-9f02-3192bef80a9f", "name": "Delete the Zones", "request": { "name": "Delete the Zones", @@ -2468,7 +2468,7 @@ }, "response": [ { - "id": "816f1dac-962c-4220-83d5-d0fabc80e184", + "id": "b508cb05-70b9-4f91-ba44-ba7b7d0f3c4d", "name": "Zones successfully deleted", "originalRequest": { "url": { @@ -2515,7 +2515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7605bc68-79d0-4301-9fa1-6c41629cb17d", + "id": "9f734981-2a38-49bf-9d29-6efb46cb76f1", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -2562,7 +2562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4424d16-d977-49eb-8107-1be9e227ad45", + "id": "b1182248-bf8f-4b35-9fc2-085ef86fdecc", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -2615,7 +2615,7 @@ } }, { - "id": "ad588063-36d8-4e10-95e5-3f63548e6f80", + "id": "af077a37-6aeb-425d-9ad3-fcb929ee50c6", "name": "Get Zone from ID", "request": { "name": "Get Zone from ID", @@ -2676,7 +2676,7 @@ }, "response": [ { - "id": "65cb8d18-19c9-4763-b7aa-14d2496a14b5", + "id": "3c4a2dbd-852a-4de4-9531-bf0ec8fcfa47", "name": "Zone successfully retrieved", "originalRequest": { "url": { @@ -2735,7 +2735,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b29eb78-cb1b-46f3-b802-195e5cac2251", + "id": "18315819-e593-4706-b0ee-871fc2d7196d", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -2794,7 +2794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf0745ca-2cf7-4b2b-83c9-005f314901b3", + "id": "67f76053-ed03-4115-9602-30fcd65c50d6", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -2853,7 +2853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45858539-7a6c-420b-bdd4-f6fd36888ae0", + "id": "fc052500-7c39-42b8-bfac-e3954b89ae6e", "name": "Not Found - `zone_id` do not exist.", "originalRequest": { "url": { @@ -2906,7 +2906,7 @@ } }, { - "id": "fa7ae041-ffe3-40eb-a218-db9bc8f0c427", + "id": "6f016b3b-3eb8-45f7-ae39-cf1376a5b659", "name": "Delete Zone from ID", "request": { "name": "Delete Zone from ID", @@ -2967,7 +2967,7 @@ }, "response": [ { - "id": "1a0c4bd9-41e3-48be-86b1-c58431d8ed47", + "id": "49b7c50d-a62f-412a-a33e-27d61f69c51e", "name": "Zones successfully deleted", "originalRequest": { "url": { @@ -3026,7 +3026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "197aa017-013a-4b25-b602-e083bbf99798", + "id": "37efb323-71b0-47e7-a578-31cca22029cb", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -3085,7 +3085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f06bb2c-e1b0-4061-b689-869f5715d722", + "id": "c78b3af7-9cca-4da5-93c2-83789e8c79b6", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -3156,7 +3156,7 @@ "description": "Geolocation API returns a location (or nearby stores) and accuracy radius based on an IP address. Request is done over HTTPS using GET. Response is formatted as JSON. You must specify a key in your request, included as the value of a `key` parameter for your public key or `private_key` for your private key. This key identifies your application for purposes of quota management. Learn how to [get a key](https://developers.woosmap.com/support/api-keys/).\n", "item": [ { - "id": "2a6ce434-3cc7-48e9-ac52-91fd81f1742c", + "id": "a3f77bd8-f6ce-4672-8b76-d11daf415ef5", "name": "Geolocation from an IP address", "request": { "name": "Geolocation from an IP address", @@ -3216,7 +3216,7 @@ }, "response": [ { - "id": "0e336868-f13d-4b9a-aba4-4edc4d88a0be", + "id": "40a226fe-1f72-470e-b8dd-65feb2c0d69b", "name": "Geolocation successfully retrieved", "originalRequest": { "url": { @@ -3273,7 +3273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b630b566-1df3-4ad2-b7b7-34d00531311a", + "id": "e7d623a7-f0c6-4c01-bf57-2e3cfb4e127c", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -3330,7 +3330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63df7d35-21ac-44a5-9b7d-2799ad898e6d", + "id": "53f6ce0d-9bbe-4b5b-8383-ff84df378eed", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -3387,7 +3387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6570e41d-bbd3-4626-987f-48b828c22277", + "id": "b158cfac-cd44-40ef-a3e3-66206c36805a", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -3450,7 +3450,7 @@ } }, { - "id": "e865ee08-1e4c-4ec1-9251-52f2eec9ba5f", + "id": "93772ae3-1327-4535-a469-4c22fe156d8b", "name": "Assets nearby a Geolocation", "request": { "name": "Assets nearby a Geolocation", @@ -3528,7 +3528,7 @@ }, "response": [ { - "id": "dbb7b39a-b96e-484d-a473-6371914ef843", + "id": "fee6c5ad-0442-487e-8400-1c928fe36e8a", "name": "Geolocation and Stores successufully retrieved", "originalRequest": { "url": { @@ -3598,12 +3598,12 @@ "value": "application/json" } ], - "body": "{\n \"stores\": {\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": {\n \"key_0\": 3490,\n \"key_1\": 8353,\n \"key_2\": false,\n \"key_3\": \"string\"\n },\n \"opening_hours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n },\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n },\n {\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": null,\n \"opening_hours\": null,\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"pageCount\": \"\"\n }\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"accuracy\": \"\",\n \"latitude\": \"\",\n \"longitude\": \"\",\n \"country_code\": \"\",\n \"country_name\": \"\",\n \"continent\": \"\",\n \"region_state\": \"\",\n \"city\": \"\",\n \"postal_code\": \"\",\n \"timezone\": \"\",\n \"raw_offset\": \"\",\n \"dst_offset\": \"\"\n}", + "body": "{\n \"stores\": {\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": null,\n \"opening_hours\": null,\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n },\n {\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": {\n \"key_0\": false,\n \"key_1\": 2815.465795971714\n },\n \"opening_hours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n },\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"pageCount\": \"\"\n }\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"accuracy\": \"\",\n \"latitude\": \"\",\n \"longitude\": \"\",\n \"country_code\": \"\",\n \"country_name\": \"\",\n \"continent\": \"\",\n \"region_state\": \"\",\n \"city\": \"\",\n \"postal_code\": \"\",\n \"timezone\": \"\",\n \"raw_offset\": \"\",\n \"dst_offset\": \"\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3b882d12-ae3e-4d42-8fbc-31bfc536e369", + "id": "3214d901-fb08-4a91-b2c7-d511cd4ade2a", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -3678,7 +3678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a51bf27b-c1c1-4e6e-9e47-d4df1711663d", + "id": "a110a5d3-fde5-45e6-849b-184ada65aad2", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -3753,7 +3753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88facc0b-2633-4bd5-bfa1-c1499fae2c4c", + "id": "d7a976e2-9e73-4d78-8888-65821f361806", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -3834,7 +3834,7 @@ } }, { - "id": "dbc255e0-9aab-4f7c-a7b2-3ca7e5dac78d", + "id": "c2261dd1-0817-4bd0-a484-dda63e2271ac", "name": "Timezone", "request": { "name": "Timezone", @@ -3903,7 +3903,7 @@ }, "response": [ { - "id": "48c66a19-1f2f-48fc-a8db-97cd04f3f8fb", + "id": "e681fcc0-179d-4da3-b645-cb81ba6b11ea", "name": "Timezone successfully retrieved", "originalRequest": { "url": { @@ -3969,7 +3969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4d7b25c-0ca4-43b8-9b6a-5ad9ac8d6bf0", + "id": "2f17dfc4-d8e8-44b9-86ce-051e9024b5b2", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -4035,7 +4035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76d64cd5-012d-45e7-9035-d1bacf70b51a", + "id": "b0d9d3d9-1d6b-44ea-b217-cc4633930ee6", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -4101,7 +4101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ab0c027-2146-4418-b9e9-32c940278ed8", + "id": "593ae285-d3bf-407a-bf4c-922192129b7c", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -4179,7 +4179,7 @@ "description": "Woosmap Localities API is a web service that returns a great amount of geographical places in response to an HTTP request. Among others are city names, postal codes, suburbs, addresses or airports. Request is done over HTTPS using GET. Response is formatted as JSON. You must specify a key in your request, included as the value of a `key` parameter for your public key or `private_key` for your private key. This key identifies your application for purposes of quota management. Learn how to [get a key](https://developers.woosmap.com/support/api-keys/).\n", "item": [ { - "id": "e7283974-c7b3-4e2b-a8c3-b14be66543a9", + "id": "89c54193-28f1-46a9-9556-6b5fba6024e2", "name": "Autocomplete for Localities", "request": { "name": "Autocomplete for Localities", @@ -4211,11 +4211,11 @@ { "disabled": false, "description": { - "content": "Specifies the types of suggestions to return in the query. Multiple types can be combined using the pipe character (`|`) as a separator. This parameter supports a wide range of locality classifications, including:\n - Standard locality types (e.g., cities, administrative areas, postal codes)\n - Points of Interest (POI) categories\n - POI aliases\n \nThese classifications enable flexible geographic data representation and querying.\n (This can only be one of country,admin_level,postal_code,address,route,locality,city,town,village,hamlet,borough,suburb,quarter,neighbourhood)", + "content": "Specifies the types of suggestions to return in the query. Multiple types can be combined using the pipe character (`|`) as a separator. This parameter supports a wide range of locality classifications, including:\n - Standard locality types (e.g., cities, administrative areas, postal codes)\n - Points of Interest (POI) categories\n - POI aliases\n \nThese classifications enable flexible geographic data representation and querying.\n (This can only be one of country,admin_level,admin_level_1,admin_level_2,admin_level_3,postal_code,address,route,locality,city,town,village,hamlet,borough,suburb,quarter,neighbourhood)", "type": "text/plain" }, "key": "types", - "value": "locality" + "value": "admin_level_3" }, { "disabled": false, @@ -4320,7 +4320,7 @@ }, "response": [ { - "id": "1fe2d420-52ee-428b-bbfc-47a102ede32c", + "id": "1b374057-51a6-489b-9996-795b6043018f", "name": "Autocompletion Localities successfully retrieved", "originalRequest": { "url": { @@ -4347,11 +4347,11 @@ { "disabled": false, "description": { - "content": "Specifies the types of suggestions to return in the query. Multiple types can be combined using the pipe character (`|`) as a separator. This parameter supports a wide range of locality classifications, including:\n - Standard locality types (e.g., cities, administrative areas, postal codes)\n - Points of Interest (POI) categories\n - POI aliases\n \nThese classifications enable flexible geographic data representation and querying.\n (This can only be one of country,admin_level,postal_code,address,route,locality,city,town,village,hamlet,borough,suburb,quarter,neighbourhood)", + "content": "Specifies the types of suggestions to return in the query. Multiple types can be combined using the pipe character (`|`) as a separator. This parameter supports a wide range of locality classifications, including:\n - Standard locality types (e.g., cities, administrative areas, postal codes)\n - Points of Interest (POI) categories\n - POI aliases\n \nThese classifications enable flexible geographic data representation and querying.\n (This can only be one of country,admin_level,admin_level_1,admin_level_2,admin_level_3,postal_code,address,route,locality,city,town,village,hamlet,borough,suburb,quarter,neighbourhood)", "type": "text/plain" }, "key": "types", - "value": "locality" + "value": "admin_level_3" }, { "disabled": false, @@ -4453,12 +4453,12 @@ "value": "application/json" } ], - "body": "{\n \"localities\": [\n {\n \"public_id\": \"\",\n \"types\": [\n \"address\",\n \"hamlet\"\n ],\n \"type\": \"\",\n \"description\": \"\",\n \"matched_substrings\": {\n \"description\": [\n {\n \"length\": \"\",\n \"offset\": \"\"\n },\n {\n \"length\": \"\",\n \"offset\": \"\"\n }\n ]\n },\n \"related\": {\n \"postal_codes\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n },\n \"has_addresses\": \"\"\n },\n {\n \"public_id\": \"\",\n \"types\": [\n \"city\",\n \"admin_level\"\n ],\n \"type\": \"\",\n \"description\": \"\",\n \"matched_substrings\": {\n \"description\": [\n {\n \"length\": \"\",\n \"offset\": \"\"\n },\n {\n \"length\": \"\",\n \"offset\": \"\"\n }\n ]\n },\n \"related\": {\n \"postal_codes\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n },\n \"has_addresses\": \"\"\n }\n ]\n}", + "body": "{\n \"localities\": [\n {\n \"public_id\": \"\",\n \"types\": [\n \"city\",\n \"city\"\n ],\n \"type\": \"\",\n \"description\": \"\",\n \"matched_substrings\": {\n \"description\": [\n {\n \"length\": \"\",\n \"offset\": \"\"\n },\n {\n \"length\": \"\",\n \"offset\": \"\"\n }\n ]\n },\n \"related\": {\n \"postal_codes\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n },\n \"has_addresses\": \"\"\n },\n {\n \"public_id\": \"\",\n \"types\": [\n \"borough\",\n \"locality\"\n ],\n \"type\": \"\",\n \"description\": \"\",\n \"matched_substrings\": {\n \"description\": [\n {\n \"length\": \"\",\n \"offset\": \"\"\n },\n {\n \"length\": \"\",\n \"offset\": \"\"\n }\n ]\n },\n \"related\": {\n \"postal_codes\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n },\n \"has_addresses\": \"\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "794a027f-abf3-4f8f-8dd3-a96032ddfb8e", + "id": "2ffc303e-254e-459c-9a24-898e6e75b22d", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -4485,11 +4485,11 @@ { "disabled": false, "description": { - "content": "Specifies the types of suggestions to return in the query. Multiple types can be combined using the pipe character (`|`) as a separator. This parameter supports a wide range of locality classifications, including:\n - Standard locality types (e.g., cities, administrative areas, postal codes)\n - Points of Interest (POI) categories\n - POI aliases\n \nThese classifications enable flexible geographic data representation and querying.\n (This can only be one of country,admin_level,postal_code,address,route,locality,city,town,village,hamlet,borough,suburb,quarter,neighbourhood)", + "content": "Specifies the types of suggestions to return in the query. Multiple types can be combined using the pipe character (`|`) as a separator. This parameter supports a wide range of locality classifications, including:\n - Standard locality types (e.g., cities, administrative areas, postal codes)\n - Points of Interest (POI) categories\n - POI aliases\n \nThese classifications enable flexible geographic data representation and querying.\n (This can only be one of country,admin_level,admin_level_1,admin_level_2,admin_level_3,postal_code,address,route,locality,city,town,village,hamlet,borough,suburb,quarter,neighbourhood)", "type": "text/plain" }, "key": "types", - "value": "locality" + "value": "admin_level_3" }, { "disabled": false, @@ -4596,7 +4596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0b65c7b-60f6-41df-9bab-90369d79a97a", + "id": "dfa03459-f6dc-43a3-8a76-25e23308483c", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -4623,11 +4623,11 @@ { "disabled": false, "description": { - "content": "Specifies the types of suggestions to return in the query. Multiple types can be combined using the pipe character (`|`) as a separator. This parameter supports a wide range of locality classifications, including:\n - Standard locality types (e.g., cities, administrative areas, postal codes)\n - Points of Interest (POI) categories\n - POI aliases\n \nThese classifications enable flexible geographic data representation and querying.\n (This can only be one of country,admin_level,postal_code,address,route,locality,city,town,village,hamlet,borough,suburb,quarter,neighbourhood)", + "content": "Specifies the types of suggestions to return in the query. Multiple types can be combined using the pipe character (`|`) as a separator. This parameter supports a wide range of locality classifications, including:\n - Standard locality types (e.g., cities, administrative areas, postal codes)\n - Points of Interest (POI) categories\n - POI aliases\n \nThese classifications enable flexible geographic data representation and querying.\n (This can only be one of country,admin_level,admin_level_1,admin_level_2,admin_level_3,postal_code,address,route,locality,city,town,village,hamlet,borough,suburb,quarter,neighbourhood)", "type": "text/plain" }, "key": "types", - "value": "locality" + "value": "admin_level_3" }, { "disabled": false, @@ -4734,7 +4734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae8e4346-3419-41ac-a760-9d43121f8135", + "id": "12c1ce7c-2daf-438d-bcb6-c796a7aea3c1", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -4761,11 +4761,11 @@ { "disabled": false, "description": { - "content": "Specifies the types of suggestions to return in the query. Multiple types can be combined using the pipe character (`|`) as a separator. This parameter supports a wide range of locality classifications, including:\n - Standard locality types (e.g., cities, administrative areas, postal codes)\n - Points of Interest (POI) categories\n - POI aliases\n \nThese classifications enable flexible geographic data representation and querying.\n (This can only be one of country,admin_level,postal_code,address,route,locality,city,town,village,hamlet,borough,suburb,quarter,neighbourhood)", + "content": "Specifies the types of suggestions to return in the query. Multiple types can be combined using the pipe character (`|`) as a separator. This parameter supports a wide range of locality classifications, including:\n - Standard locality types (e.g., cities, administrative areas, postal codes)\n - Points of Interest (POI) categories\n - POI aliases\n \nThese classifications enable flexible geographic data representation and querying.\n (This can only be one of country,admin_level,admin_level_1,admin_level_2,admin_level_3,postal_code,address,route,locality,city,town,village,hamlet,borough,suburb,quarter,neighbourhood)", "type": "text/plain" }, "key": "types", - "value": "locality" + "value": "admin_level_3" }, { "disabled": false, @@ -4878,7 +4878,7 @@ } }, { - "id": "a7ad0540-c423-4023-903f-0a238796ba6a", + "id": "7846414d-a64d-42de-b615-cde2f241d37f", "name": "Details of a Locality", "request": { "name": "Details of a Locality", @@ -4983,7 +4983,7 @@ }, "response": [ { - "id": "c758aa81-80eb-4093-af4d-1dde1e808bd8", + "id": "63ae4e79-2abf-4c05-8b5c-0da3c4cf3029", "name": "Details Localities successfully retrieved", "originalRequest": { "url": { @@ -5080,12 +5080,12 @@ "value": "application/json" } ], - "body": "{\n \"result\": {\n \"public_id\": \"\",\n \"formatted_address\": \"\",\n \"types\": [\n \"admin_level\",\n \"town\"\n ],\n \"geometry\": {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"shape\": {\n \"type\": \"MultiPoligon\",\n \"coordinates\": [\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ],\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ]\n ]\n },\n \"accuracy\": \"ROUTE\"\n },\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"name\": \"\",\n \"administrative_area_label\": \"\",\n \"status\": \"not_yet_built\",\n \"addresses\": {\n \"pagination\": {\n \"page\": \"\",\n \"page_count\": \"\",\n \"addresses_per_page\": \"\",\n \"address_count\": \"\"\n },\n \"list\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n }\n }\n}", + "body": "{\n \"result\": {\n \"public_id\": \"\",\n \"formatted_address\": \"\",\n \"types\": [\n \"postal_code\",\n \"admin_level_3\"\n ],\n \"geometry\": {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"shape\": {\n \"type\": \"MultiPoligon\",\n \"coordinates\": [\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ],\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ]\n ]\n },\n \"accuracy\": \"ROUTE\"\n },\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"name\": \"\",\n \"administrative_area_label\": \"\",\n \"status\": \"not_yet_built\",\n \"addresses\": {\n \"pagination\": {\n \"page\": \"\",\n \"page_count\": \"\",\n \"addresses_per_page\": \"\",\n \"address_count\": \"\"\n },\n \"list\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1d6a136a-51d2-4143-b455-fc58852f1a62", + "id": "35fd2ec4-dbc1-4d75-a5c3-10f9b2c0ff86", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -5187,7 +5187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cec43268-5c78-479d-a924-9510fde3d38e", + "id": "cf95e1ab-37eb-4e40-8f8b-8f1c5c80bd94", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -5289,7 +5289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4cb486c-47b8-40ba-a7b9-7443e1c7320e", + "id": "d6733f69-5f6b-4f3c-a3b9-441da883cd76", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -5397,7 +5397,7 @@ } }, { - "id": "4880d368-aaa8-47ba-b6ba-c305b0af0852", + "id": "d1844ab7-bc86-469a-ade3-c5f43882c34a", "name": "Geocode a locality or Reverse Geocode a latlng", "request": { "name": "Geocode a locality or Reverse Geocode a latlng", @@ -5438,11 +5438,11 @@ { "disabled": false, "description": { - "content": "When executing a geocode request with the `address` parameter, it specifies the types of suggestions to return in the query. Multiple types can be combined using the pipe character (`|`) as a separator. This parameter supports a wide range of locality classifications, including:\n - Standard locality types (e.g., cities, administrative areas, postal codes)\n - Points of Interest (POI) categories\n - POI aliases\n\nThese classifications enable flexible geographic data representation and querying.\nThis parameter is ignored when used with the `latlng` parameter. \n (This can only be one of country,admin_level,postal_code,address,route,locality,city,town,village,hamlet,borough,suburb,quarter,neighbourhood)", + "content": "When executing a geocode request with the `address` parameter, it specifies the types of suggestions to return in the query. Multiple types can be combined using the pipe character (`|`) as a separator. This parameter supports a wide range of locality classifications, including:\n - Standard locality types (e.g., cities, administrative areas, postal codes)\n - Points of Interest (POI) categories\n - POI aliases\n\nThese classifications enable flexible geographic data representation and querying.\nThis parameter is ignored when used with the `latlng` parameter. \n (This can only be one of country,admin_level,admin_level_1,admin_level_2,admin_level_3,postal_code,address,route,locality,city,town,village,hamlet,borough,suburb,quarter,neighbourhood)", "type": "text/plain" }, "key": "types", - "value": "locality" + "value": "admin_level_3" }, { "disabled": false, @@ -5538,7 +5538,7 @@ }, "response": [ { - "id": "ba8ecff2-ad05-4cfc-bd59-33c5b2180ad8", + "id": "69aef766-2d59-4c11-a79c-e280d5995316", "name": "Request Localities Geocode successful", "originalRequest": { "url": { @@ -5574,11 +5574,11 @@ { "disabled": false, "description": { - "content": "When executing a geocode request with the `address` parameter, it specifies the types of suggestions to return in the query. Multiple types can be combined using the pipe character (`|`) as a separator. This parameter supports a wide range of locality classifications, including:\n - Standard locality types (e.g., cities, administrative areas, postal codes)\n - Points of Interest (POI) categories\n - POI aliases\n\nThese classifications enable flexible geographic data representation and querying.\nThis parameter is ignored when used with the `latlng` parameter. \n (This can only be one of country,admin_level,postal_code,address,route,locality,city,town,village,hamlet,borough,suburb,quarter,neighbourhood)", + "content": "When executing a geocode request with the `address` parameter, it specifies the types of suggestions to return in the query. Multiple types can be combined using the pipe character (`|`) as a separator. This parameter supports a wide range of locality classifications, including:\n - Standard locality types (e.g., cities, administrative areas, postal codes)\n - Points of Interest (POI) categories\n - POI aliases\n\nThese classifications enable flexible geographic data representation and querying.\nThis parameter is ignored when used with the `latlng` parameter. \n (This can only be one of country,admin_level,admin_level_1,admin_level_2,admin_level_3,postal_code,address,route,locality,city,town,village,hamlet,borough,suburb,quarter,neighbourhood)", "type": "text/plain" }, "key": "types", - "value": "locality" + "value": "admin_level_3" }, { "disabled": false, @@ -5671,12 +5671,12 @@ "value": "application/json" } ], - "body": "{\n \"results\": [\n {\n \"formatted_address\": \"\",\n \"types\": [\n \"route\",\n \"quarter\"\n ],\n \"administrative_area_label\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location_type\": \"RANGE_INTERPOLATED\",\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"shape\": {\n \"type\": \"MultiPoligon\",\n \"coordinates\": [\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ],\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ]\n ]\n }\n },\n \"status\": \"not_yet_built\",\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"distance\": \"\",\n \"sub_buildings\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ],\n \"scores_per_components\": {\n \"street_name\": \"\",\n \"postal_code\": \"\",\n \"locality\": \"\"\n }\n },\n {\n \"formatted_address\": \"\",\n \"types\": [\n \"country\",\n \"village\"\n ],\n \"administrative_area_label\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location_type\": \"APPROXIMATE\",\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"shape\": {\n \"type\": \"MultiPoligon\",\n \"coordinates\": [\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ],\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ]\n ]\n }\n },\n \"status\": \"not_yet_built\",\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"distance\": \"\",\n \"sub_buildings\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ],\n \"scores_per_components\": {\n \"street_name\": \"\",\n \"postal_code\": \"\",\n \"locality\": \"\"\n }\n }\n ]\n}", + "body": "{\n \"results\": [\n {\n \"formatted_address\": \"\",\n \"types\": [\n \"village\",\n \"hamlet\"\n ],\n \"administrative_area_label\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location_type\": \"APPROXIMATE\",\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"shape\": {\n \"type\": \"MultiPoligon\",\n \"coordinates\": [\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ],\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ]\n ]\n }\n },\n \"status\": \"not_yet_built\",\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"distance\": \"\",\n \"sub_buildings\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ],\n \"scores_per_components\": {\n \"street_name\": \"\",\n \"postal_code\": \"\",\n \"locality\": \"\"\n }\n },\n {\n \"formatted_address\": \"\",\n \"types\": [\n \"route\",\n \"hamlet\"\n ],\n \"administrative_area_label\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location_type\": \"RANGE_INTERPOLATED\",\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"shape\": {\n \"type\": \"MultiPoligon\",\n \"coordinates\": [\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ],\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ]\n ]\n }\n },\n \"status\": \"not_yet_built\",\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"distance\": \"\",\n \"sub_buildings\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ],\n \"scores_per_components\": {\n \"street_name\": \"\",\n \"postal_code\": \"\",\n \"locality\": \"\"\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a2a1f85a-3f41-40c3-add1-a653d5041ca9", + "id": "b59fbe3c-c2f4-4dac-85b5-a950ce686d62", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -5712,11 +5712,11 @@ { "disabled": false, "description": { - "content": "When executing a geocode request with the `address` parameter, it specifies the types of suggestions to return in the query. Multiple types can be combined using the pipe character (`|`) as a separator. This parameter supports a wide range of locality classifications, including:\n - Standard locality types (e.g., cities, administrative areas, postal codes)\n - Points of Interest (POI) categories\n - POI aliases\n\nThese classifications enable flexible geographic data representation and querying.\nThis parameter is ignored when used with the `latlng` parameter. \n (This can only be one of country,admin_level,postal_code,address,route,locality,city,town,village,hamlet,borough,suburb,quarter,neighbourhood)", + "content": "When executing a geocode request with the `address` parameter, it specifies the types of suggestions to return in the query. Multiple types can be combined using the pipe character (`|`) as a separator. This parameter supports a wide range of locality classifications, including:\n - Standard locality types (e.g., cities, administrative areas, postal codes)\n - Points of Interest (POI) categories\n - POI aliases\n\nThese classifications enable flexible geographic data representation and querying.\nThis parameter is ignored when used with the `latlng` parameter. \n (This can only be one of country,admin_level,admin_level_1,admin_level_2,admin_level_3,postal_code,address,route,locality,city,town,village,hamlet,borough,suburb,quarter,neighbourhood)", "type": "text/plain" }, "key": "types", - "value": "locality" + "value": "admin_level_3" }, { "disabled": false, @@ -5814,7 +5814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8954be90-4ce1-43d8-b4a9-cb13a1037e92", + "id": "763f44dc-d7bf-46da-91e8-f488a5838aa9", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -5850,11 +5850,11 @@ { "disabled": false, "description": { - "content": "When executing a geocode request with the `address` parameter, it specifies the types of suggestions to return in the query. Multiple types can be combined using the pipe character (`|`) as a separator. This parameter supports a wide range of locality classifications, including:\n - Standard locality types (e.g., cities, administrative areas, postal codes)\n - Points of Interest (POI) categories\n - POI aliases\n\nThese classifications enable flexible geographic data representation and querying.\nThis parameter is ignored when used with the `latlng` parameter. \n (This can only be one of country,admin_level,postal_code,address,route,locality,city,town,village,hamlet,borough,suburb,quarter,neighbourhood)", + "content": "When executing a geocode request with the `address` parameter, it specifies the types of suggestions to return in the query. Multiple types can be combined using the pipe character (`|`) as a separator. This parameter supports a wide range of locality classifications, including:\n - Standard locality types (e.g., cities, administrative areas, postal codes)\n - Points of Interest (POI) categories\n - POI aliases\n\nThese classifications enable flexible geographic data representation and querying.\nThis parameter is ignored when used with the `latlng` parameter. \n (This can only be one of country,admin_level,admin_level_1,admin_level_2,admin_level_3,postal_code,address,route,locality,city,town,village,hamlet,borough,suburb,quarter,neighbourhood)", "type": "text/plain" }, "key": "types", - "value": "locality" + "value": "admin_level_3" }, { "disabled": false, @@ -5952,7 +5952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de841b84-1727-4b21-80c3-54c75e75d2e0", + "id": "17344aca-d008-4314-827c-2fff53073a95", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -5988,11 +5988,11 @@ { "disabled": false, "description": { - "content": "When executing a geocode request with the `address` parameter, it specifies the types of suggestions to return in the query. Multiple types can be combined using the pipe character (`|`) as a separator. This parameter supports a wide range of locality classifications, including:\n - Standard locality types (e.g., cities, administrative areas, postal codes)\n - Points of Interest (POI) categories\n - POI aliases\n\nThese classifications enable flexible geographic data representation and querying.\nThis parameter is ignored when used with the `latlng` parameter. \n (This can only be one of country,admin_level,postal_code,address,route,locality,city,town,village,hamlet,borough,suburb,quarter,neighbourhood)", + "content": "When executing a geocode request with the `address` parameter, it specifies the types of suggestions to return in the query. Multiple types can be combined using the pipe character (`|`) as a separator. This parameter supports a wide range of locality classifications, including:\n - Standard locality types (e.g., cities, administrative areas, postal codes)\n - Points of Interest (POI) categories\n - POI aliases\n\nThese classifications enable flexible geographic data representation and querying.\nThis parameter is ignored when used with the `latlng` parameter. \n (This can only be one of country,admin_level,admin_level_1,admin_level_2,admin_level_3,postal_code,address,route,locality,city,town,village,hamlet,borough,suburb,quarter,neighbourhood)", "type": "text/plain" }, "key": "types", - "value": "locality" + "value": "admin_level_3" }, { "disabled": false, @@ -6096,7 +6096,7 @@ } }, { - "id": "1cd2e579-9152-4837-a188-ce0132c64ad6", + "id": "e981a384-6902-4be0-a58a-6beef4d53ed6", "name": "Nearby points of interest", "request": { "name": "Nearby points of interest", @@ -6123,7 +6123,7 @@ "type": "text/plain" }, "key": "types", - "value": "business.shop.electronics" + "value": "government" }, { "disabled": false, @@ -6168,7 +6168,7 @@ "type": "text/plain" }, "key": "excluded_types", - "value": "business.shop.electronics" + "value": "government" } ], "variable": [] @@ -6201,7 +6201,7 @@ }, "response": [ { - "id": "26256db2-e524-4354-9f8e-9a7564919993", + "id": "9650ff4d-69a2-4e1a-b691-e9b95e69409d", "name": "Points of interests surrounding `location` and matching provided `types`, sorted by distance to `location`.", "originalRequest": { "url": { @@ -6223,7 +6223,7 @@ "type": "text/plain" }, "key": "types", - "value": "business.shop.electronics" + "value": "government" }, { "disabled": false, @@ -6268,7 +6268,7 @@ "type": "text/plain" }, "key": "excluded_types", - "value": "business.shop.electronics" + "value": "government" }, { "description": { @@ -6298,12 +6298,12 @@ "value": "application/json" } ], - "body": "{\n \"results\": [\n {\n \"types\": [\n \"business.shop.sports\",\n \"business.fuel\"\n ],\n \"name\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n }\n },\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"categories\": [\n \"beach\",\n \"tourism\"\n ],\n \"formatted_address\": \"\"\n },\n {\n \"types\": [\n \"sports.golf\",\n \"tourism\"\n ],\n \"name\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n }\n },\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"categories\": [\n \"business.parking\",\n \"business.food_and_drinks.pub\"\n ],\n \"formatted_address\": \"\"\n }\n ],\n \"pagination\": {\n \"next_page\": \"\",\n \"previous_page\": \"\"\n }\n}", + "body": "{\n \"results\": [\n {\n \"types\": [\n \"business.shop.electronics\",\n \"tourism.monument\"\n ],\n \"name\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n }\n },\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"categories\": [\n \"business.shop\",\n \"medical.clinic\"\n ],\n \"formatted_address\": \"\"\n },\n {\n \"types\": [\n \"place_of_worship\",\n \"business.shop.clothes\"\n ],\n \"name\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n }\n },\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"categories\": [\n \"medical.hospital\",\n \"education.kindergarten\"\n ],\n \"formatted_address\": \"\"\n }\n ],\n \"pagination\": {\n \"next_page\": \"\",\n \"previous_page\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7587991b-e39e-4019-9be4-50f5220047f0", + "id": "a4cf76d9-83bf-4fe1-b412-6f47a6ff0185", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -6325,7 +6325,7 @@ "type": "text/plain" }, "key": "types", - "value": "business.shop.electronics" + "value": "government" }, { "disabled": false, @@ -6370,7 +6370,7 @@ "type": "text/plain" }, "key": "excluded_types", - "value": "business.shop.electronics" + "value": "government" }, { "description": { @@ -6405,7 +6405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86beb1a7-4020-4460-942a-4577f91dd033", + "id": "afad1238-c2f9-4720-8d9c-d33b233b3e86", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -6427,7 +6427,7 @@ "type": "text/plain" }, "key": "types", - "value": "business.shop.electronics" + "value": "government" }, { "disabled": false, @@ -6472,7 +6472,7 @@ "type": "text/plain" }, "key": "excluded_types", - "value": "business.shop.electronics" + "value": "government" }, { "description": { @@ -6507,7 +6507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "106aed0b-ba90-43fb-ac6f-4d68a3401360", + "id": "99be6f1f-40ec-41b2-9cc9-eeb60de075fa", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -6529,7 +6529,7 @@ "type": "text/plain" }, "key": "types", - "value": "business.shop.electronics" + "value": "government" }, { "disabled": false, @@ -6574,7 +6574,7 @@ "type": "text/plain" }, "key": "excluded_types", - "value": "business.shop.electronics" + "value": "government" }, { "description": { @@ -6621,7 +6621,7 @@ "description": "", "item": [ { - "id": "bec6c33c-e0dc-46b1-8b30-085e5583ef75", + "id": "52171012-e8b1-43a9-b51c-5b39ff42375e", "name": "Search for assets", "request": { "name": "Search for assets", @@ -6744,7 +6744,7 @@ }, "response": [ { - "id": "bd683ae1-0c6a-4f14-9a4f-5ac165c07f99", + "id": "c099e7f6-8c97-4c60-b0e1-679c6a225b4f", "name": "Assets successfully retrieved", "originalRequest": { "url": { @@ -6859,12 +6859,12 @@ "value": "application/json" } ], - "body": "{\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": {\n \"key_0\": false\n },\n \"opening_hours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n },\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n },\n {\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": null,\n \"opening_hours\": null,\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"pageCount\": \"\"\n }\n}", + "body": "{\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": {\n \"key_0\": \"string\"\n },\n \"opening_hours\": null,\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n },\n {\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": null,\n \"opening_hours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n },\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"pageCount\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "80f87d06-9f96-4e1b-b71d-b5a3fed5e8d5", + "id": "2a057cde-d499-4a67-a307-e93f1c10cfb4", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -6984,7 +6984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bcb4b6f-118c-489a-a6ea-da29c941602a", + "id": "a99b6f00-64b9-42f3-aaab-e22f9b179275", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -7104,7 +7104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4cd88f0-5dc4-4a3b-b82c-09ca8ac7305c", + "id": "f5e24afa-49a2-4d58-a3cd-2808b72524d3", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -7230,7 +7230,7 @@ } }, { - "id": "61d272cf-7cdd-4c1e-a658-cd4eda3d7fb7", + "id": "a959e1dd-6814-463f-8aa8-d1e0598fbca7", "name": "Autocomplete for assets", "request": { "name": "Autocomplete for assets", @@ -7308,7 +7308,7 @@ }, "response": [ { - "id": "18f4b784-3d44-4400-9fc7-60c910ed0786", + "id": "849737cb-5592-410e-8cd7-cf78be47c669", "name": "Assets Successfully Replaced", "originalRequest": { "url": { @@ -7383,7 +7383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25296f9d-563c-4d7e-87ef-f3cd83bf2ac4", + "id": "a6635d2e-8562-42cb-91c9-ec4c69d0680b", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -7458,7 +7458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07f6b113-f7db-4ce5-9110-8e7d142d8a54", + "id": "b12eb2f8-000b-4353-bf08-a2c8fda1afda", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -7533,7 +7533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cfdba0d-c987-41df-9a50-69513029261d", + "id": "4f977d89-3446-4db1-b945-2010b3685778", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -7614,7 +7614,7 @@ } }, { - "id": "54e0ab18-1855-401f-8541-fa4fd5619dd0", + "id": "b690f983-5fa3-4405-a088-1a59fa4b830c", "name": "Bounds for assets", "request": { "name": "Bounds for assets", @@ -7702,7 +7702,7 @@ }, "response": [ { - "id": "fef7350e-9e61-4547-a620-cb3c3d22ac85", + "id": "9f87b441-337c-49a8-a41b-a5b61bb8b5c0", "name": "Bounds successfully retrieved", "originalRequest": { "url": { @@ -7787,7 +7787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b45b3f85-4d57-4e71-8d98-f5cee86b5dce", + "id": "c1ba0eee-b121-4cc0-9a76-ce45ec4e8330", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -7872,7 +7872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce8fa4fb-cd0e-42e7-8796-19305a46fada", + "id": "79aa4bf6-0b60-4071-8c3f-59012bd3610e", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -7957,7 +7957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5ee8527-88da-4d6e-82d9-2f4288208536", + "id": "cf192d54-3e5a-4fb2-946d-61be633fb938", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -8054,7 +8054,7 @@ "description": "The Woosmap Static Maps API lets you generate customizable, embeddable map images using simple HTTP requests. It’s a lightweight alternative to interactive maps—ideal for emails, reports, or websites where dynamic JavaScript maps aren't needed.\n\nYou provide parameters such as location, zoom level, size, and markers, and the API returns a map image that can be embedded directly into any webpage or application.\n", "item": [ { - "id": "93dbeda2-c8e9-4091-bc35-183ede89ee71", + "id": "ca83fc4e-f96f-45bf-9a60-158a21618d63", "name": "Get Static Map", "request": { "name": "Get Static Map", @@ -8228,7 +8228,7 @@ }, "response": [ { - "id": "0ab23010-e5b0-4375-9c81-07458fc02ac9", + "id": "b3fe10fc-c343-4266-a8e6-6447c998850e", "name": "Successful Response", "originalRequest": { "url": { @@ -8372,7 +8372,7 @@ "_postman_previewlanguage": "text" }, { - "id": "8dbadb19-dd0e-43f9-bfc4-148036022575", + "id": "30eafaf4-e732-4235-97d5-b006ae0f0ec1", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -8516,7 +8516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35ee3cc3-b1f9-4db4-bff0-cc4721295afe", + "id": "d8495112-2035-4577-890e-f0de9b078252", "name": "Out of free quota.", "originalRequest": { "url": { @@ -8660,7 +8660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "285c4e57-1b5e-4b4a-a659-2b935dae794c", + "id": "6da2fe61-14ca-42ac-8753-9fe8097cd01d", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -8804,7 +8804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "268ab292-9218-4fbb-8820-7fd0d3a7d2ac", + "id": "e78ad4c7-8f52-413d-a15c-4d0e7d67e30a", "name": "Validation Error", "originalRequest": { "url": { @@ -8948,7 +8948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37ddcb97-73f0-4091-84cc-4b21407063b9", + "id": "9524b5d6-895f-47f7-9450-3038b7eea3eb", "name": "Rate limit reached", "originalRequest": { "url": { @@ -9104,7 +9104,7 @@ "description": "The Woosmap for what3words integration enhances location search capabilities by incorporating what3words' unique\n3-word addressing system.\n\nThis API is a drop in replacement of what3words API but hosted on Woosmap Platform, with the addition of an endpoint leveraging the power of\n[Localities API](#tag/Woosmap_Platform_API_Reference_Localities-API) to convert a what3words address into a street address, bringing address level accuracy to what3words.\n", "item": [ { - "id": "667f0ee0-6aaa-4e24-9842-336e292bb45d", + "id": "9a253d7f-ba18-4cac-85cd-46549a7f3cc4", "name": "Convert To What 3 Words", "request": { "name": "Convert To What 3 Words", @@ -9179,7 +9179,7 @@ }, "response": [ { - "id": "22ca0800-f33b-402c-bf3e-1317286bca3d", + "id": "5543dc8f-5110-4059-91b0-78b7f2c0070f", "name": "Successful Response", "originalRequest": { "url": { @@ -9251,7 +9251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51856e96-93a5-4be1-b77d-19b6306adace", + "id": "c7b7d9b1-918c-4e3d-adce-12222bbcca29", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -9323,7 +9323,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2162ce9d-d315-40b9-846c-2754329eb844", + "id": "e80782db-3eb0-4878-a973-6534c71a1288", "name": "Out of free quota.", "originalRequest": { "url": { @@ -9395,7 +9395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3e51a84-462e-484c-966a-38aed80205d0", + "id": "06391cca-f658-4762-81f1-ba62ebcf3f62", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -9467,7 +9467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6967e03a-dfce-4b92-80d7-a4869b9bd7d8", + "id": "d35e373e-bf30-4fb4-b7c0-0ceaa7b48728", "name": "Validation Error", "originalRequest": { "url": { @@ -9539,7 +9539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88a7c0a0-1506-44ae-9d8c-f7c138d4e6d0", + "id": "f541c7a6-2a57-4abb-81ab-8a7e3e09563a", "name": "Rate limit reached", "originalRequest": { "url": { @@ -9617,7 +9617,7 @@ } }, { - "id": "b57b2f21-6b81-44ba-97c5-1446b7d9a66e", + "id": "92af8db1-5883-46ca-abb6-bf5adb68f7d9", "name": "Convert To Address", "request": { "name": "Convert To Address", @@ -9683,7 +9683,7 @@ }, "response": [ { - "id": "7b892808-f0db-44d1-8dc6-7ff8d4554a1d", + "id": "a7739b82-ed4e-4368-bff0-c455c7ccfa9d", "name": "Successful Response", "originalRequest": { "url": { @@ -9741,12 +9741,12 @@ "value": "application/json" } ], - "body": "{\n \"results\": [\n {\n \"types\": [\n \"borough\",\n \"village\"\n ],\n \"formatted_address\": \"\",\n \"public_id\": \"\",\n \"status\": \"\",\n \"sub_buildings\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n },\n {\n \"types\": [\n \"hamlet\",\n \"postal_code\"\n ],\n \"formatted_address\": \"\",\n \"public_id\": \"\",\n \"status\": \"\",\n \"sub_buildings\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n }\n ]\n}", + "body": "{\n \"results\": [\n {\n \"types\": [\n \"locality\",\n \"locality\"\n ],\n \"formatted_address\": \"\",\n \"public_id\": \"\",\n \"status\": \"\",\n \"sub_buildings\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n },\n {\n \"types\": [\n \"postal_code\",\n \"borough\"\n ],\n \"formatted_address\": \"\",\n \"public_id\": \"\",\n \"status\": \"\",\n \"sub_buildings\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ab095c00-ae6c-4da5-8243-2cf1f1e39744", + "id": "041767bd-89fe-4ecc-8f02-ec0ae8e4713d", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -9809,7 +9809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c51435a-5ad2-459d-ac3d-be36d7a5d1ce", + "id": "05f02bb7-c191-43f1-ba91-2a31791c3ca2", "name": "Out of free quota.", "originalRequest": { "url": { @@ -9872,7 +9872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2bc6fa3-7fde-4d95-8d82-f4edcaa78ce1", + "id": "5e341884-8eb6-46a7-ab92-1de60b6200b5", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -9935,7 +9935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07da1d7d-4437-46bb-a308-6f35ae107b63", + "id": "3ed6256f-57ae-4c1c-971e-b4a9e4cbcc57", "name": "Validation Error", "originalRequest": { "url": { @@ -9998,7 +9998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab08471d-21f1-4f30-9b65-c6b01923224c", + "id": "eac2e54f-c4db-4728-8c3b-3227c63b5095", "name": "Rate limit reached", "originalRequest": { "url": { @@ -10067,7 +10067,7 @@ } }, { - "id": "ef8273e2-fd21-45c8-ae6f-f332a5dc5628", + "id": "f57d98c4-1613-4384-b4ea-924a674b3bf3", "name": "Autosuggest", "request": { "name": "Autosuggest", @@ -10196,7 +10196,7 @@ }, "response": [ { - "id": "ddc39a75-f8d4-4cce-97f6-a936052999ee", + "id": "f9787f3e-2620-49b5-b89a-22c5ea523667", "name": "Successful Response", "originalRequest": { "url": { @@ -10322,7 +10322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27a5e0ca-c69c-43ea-888e-f8d366d25714", + "id": "28ed2912-4dac-4d70-a1a4-f744721f71ec", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -10448,7 +10448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76bbf73b-15bd-4d2e-a7fa-2ee70d1c4434", + "id": "e25b886b-9d6b-4c1a-93b0-e497d0879a13", "name": "Out of free quota.", "originalRequest": { "url": { @@ -10574,7 +10574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fae8a72-0620-472c-afd3-b8d817309ba4", + "id": "3668f592-a433-4b7e-9e75-f00cc253b4c6", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -10700,7 +10700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72318842-4718-4f12-8bc1-53c9370d95b0", + "id": "6a86299f-2e8b-4446-9fce-f63f7c41ee40", "name": "Validation Error", "originalRequest": { "url": { @@ -10826,7 +10826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "245f0390-b74f-4e33-8c5e-a4a16a91cdf4", + "id": "8e46b150-0cdc-49a6-9f05-0c2a2187adee", "name": "Rate limit reached", "originalRequest": { "url": { @@ -10964,7 +10964,7 @@ "description": "The Indoor API suite provides comprehensive tools for indoor mapping, search, and navigation in complex venues.\n\nThe Indoor Map API renders detailed floor plans with customizable styling, while the Indoor Search API enables\nprecise location searching through an intelligent POI engine with autocompletion capabilities.\n\nFor wayfinding, the Indoor Distance API calculates optimal routes between indoor points, delivering polylines\nand turn-by-turn instructions. Advanced features include custom routing profiles for different user types\n(staff, visitors, etc.) and seamless integration with external systems.\n", "item": [ { - "id": "c47c0388-b61a-4bfa-92e7-2ab87ad69782", + "id": "acc7fbe2-cad3-4f6c-965b-ec4b1636d662", "name": "Get Venue By Key", "request": { "name": "Get Venue By Key", @@ -11023,7 +11023,7 @@ }, "response": [ { - "id": "439571a3-c4f0-4827-bc5a-fe388a163818", + "id": "90e49f5a-7632-4484-8f4c-5e0133d79ad0", "name": "OK", "originalRequest": { "url": { @@ -11080,7 +11080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0141132e-f931-43fc-8c69-1f0188e65a5f", + "id": "22d37f12-2cda-4aec-aadb-417d9e2618f8", "name": "Unauthorized", "originalRequest": { "url": { @@ -11137,7 +11137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7974bdb1-4cdd-4b19-ad34-1db86748528e", + "id": "5f0269bf-da5a-4387-aa15-e2461bc0c0fc", "name": "Payment Required", "originalRequest": { "url": { @@ -11194,7 +11194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a65b77c-8ea1-4a3f-bd96-475528429f8b", + "id": "c967e93b-08e4-4a4e-9ff1-345fece96958", "name": "Forbidden", "originalRequest": { "url": { @@ -11251,7 +11251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b334658f-e687-4073-861e-d183abac1d42", + "id": "ce854fa3-9d5a-401f-9aa7-6114356b43bd", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -11303,7 +11303,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": false\n }\n ],\n \"context\": {\n \"key_0\": 2942,\n \"key_1\": 1655.722526777006,\n \"key_2\": 1374.033707838611,\n \"key_3\": \"string\"\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": 7442\n },\n {\n \"key_0\": 4438,\n \"key_1\": true,\n \"key_2\": 720.8116831157296\n }\n ],\n \"context\": {\n \"key_0\": false,\n \"key_1\": false,\n \"key_2\": false,\n \"key_3\": 4941.8121487206945\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -11314,7 +11314,7 @@ } }, { - "id": "337be987-3ed9-4737-8f72-8cf6d7af05c1", + "id": "1ef79885-264e-41ca-bc47-001cc3a2fcce", "name": "Get Venues By Key", "request": { "name": "Get Venues By Key", @@ -11338,7 +11338,7 @@ "type": "text/plain" }, "key": "sort_by", - "value": "name" + "value": "created_at" } ], "variable": [] @@ -11371,7 +11371,7 @@ }, "response": [ { - "id": "7e1d63e8-5679-441c-88c3-4134f901d6c0", + "id": "e58ab052-9996-4533-952a-390ca52d2c5b", "name": "OK", "originalRequest": { "url": { @@ -11390,7 +11390,7 @@ "type": "text/plain" }, "key": "sort_by", - "value": "name" + "value": "created_at" }, { "description": { @@ -11425,7 +11425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9beaa89-95ee-43c9-8aee-5260455075e1", + "id": "e824bd44-39f6-4c3e-8cde-cdb0cd8cf7ee", "name": "Unauthorized", "originalRequest": { "url": { @@ -11444,7 +11444,7 @@ "type": "text/plain" }, "key": "sort_by", - "value": "name" + "value": "created_at" }, { "description": { @@ -11479,7 +11479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1d28e86-15ae-4ca6-8593-9fe66f6c2b30", + "id": "70a0c7e2-418a-4a03-a462-89bf0c4e53d7", "name": "Payment Required", "originalRequest": { "url": { @@ -11498,7 +11498,7 @@ "type": "text/plain" }, "key": "sort_by", - "value": "name" + "value": "created_at" }, { "description": { @@ -11533,7 +11533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09091ec1-c763-436e-8131-7a0acd16cb79", + "id": "72eaf311-2d3c-40b6-adf6-da460d7c5024", "name": "Forbidden", "originalRequest": { "url": { @@ -11552,7 +11552,7 @@ "type": "text/plain" }, "key": "sort_by", - "value": "name" + "value": "created_at" }, { "description": { @@ -11587,7 +11587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4c6bca4-5fea-491e-ab46-62b030dce6a0", + "id": "d47a78f6-e085-4bfd-902c-a78f6d8d58d0", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -11606,7 +11606,7 @@ "type": "text/plain" }, "key": "sort_by", - "value": "name" + "value": "created_at" }, { "description": { @@ -11636,7 +11636,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": false\n }\n ],\n \"context\": {\n \"key_0\": 2942,\n \"key_1\": 1655.722526777006,\n \"key_2\": 1374.033707838611,\n \"key_3\": \"string\"\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": 7442\n },\n {\n \"key_0\": 4438,\n \"key_1\": true,\n \"key_2\": 720.8116831157296\n }\n ],\n \"context\": {\n \"key_0\": false,\n \"key_1\": false,\n \"key_2\": false,\n \"key_3\": 4941.8121487206945\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -11647,7 +11647,7 @@ } }, { - "id": "863c94f8-3dbb-4972-b9b7-5d4e672ad545", + "id": "5eec2f43-22cf-472e-9216-950f52653043", "name": "Get Indoor Style", "request": { "name": "Get Indoor Style", @@ -11713,7 +11713,7 @@ }, "response": [ { - "id": "31fcb6ce-2cc6-40f9-9ab6-38d0bd175041", + "id": "eda022f6-8598-44f8-a98b-29a6bc61b67f", "name": "OK", "originalRequest": { "url": { @@ -11771,12 +11771,12 @@ "value": "application/json" } ], - "body": "{\n \"key_0\": 9322.617107087457,\n \"key_1\": true\n}", + "body": "{\n \"key_0\": 4412.781751895504\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e540aeb6-1098-4f54-9e2a-eed8e3ada322", + "id": "1c96859d-9357-4cf4-a8fc-33719652b60e", "name": "Unauthorized", "originalRequest": { "url": { @@ -11839,7 +11839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93486ed2-63ab-43bc-9b6e-7258b19d33d7", + "id": "35b0018c-21a3-446b-987b-3d99bd4e1a21", "name": "Payment Required", "originalRequest": { "url": { @@ -11902,7 +11902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd19a89b-8ee2-4b52-b28b-20ffc651650f", + "id": "ceaa7afe-9e4a-4b23-9e47-2ad27f5d8224", "name": "Forbidden", "originalRequest": { "url": { @@ -11965,7 +11965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf2eb028-5948-406e-a96f-549a2733175e", + "id": "a14d4b84-b524-40fa-bfbe-c75482fe9792", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -12023,7 +12023,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": false\n }\n ],\n \"context\": {\n \"key_0\": 2942,\n \"key_1\": 1655.722526777006,\n \"key_2\": 1374.033707838611,\n \"key_3\": \"string\"\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": 7442\n },\n {\n \"key_0\": 4438,\n \"key_1\": true,\n \"key_2\": 720.8116831157296\n }\n ],\n \"context\": {\n \"key_0\": false,\n \"key_1\": false,\n \"key_2\": false,\n \"key_3\": 4941.8121487206945\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -12034,7 +12034,7 @@ } }, { - "id": "bf26c9a0-362d-4e26-be57-ff1486fc9652", + "id": "a34600be-dcb9-4b9a-ae09-fb20444608d7", "name": "Distance Matrix", "request": { "name": "Distance Matrix", @@ -12139,7 +12139,7 @@ }, "response": [ { - "id": "60aff900-6d0e-4e3b-ac30-812a7f999034", + "id": "f53aa758-3310-4853-8565-2f7cde6e9ca5", "name": "OK", "originalRequest": { "url": { @@ -12241,7 +12241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d16b58bc-052e-4244-a1ec-da83eeb3f8f7", + "id": "91770d92-7582-4353-9988-71eaf32bdaeb", "name": "Bad Request", "originalRequest": { "url": { @@ -12343,7 +12343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ad17440-8fd9-48b6-b3e9-1464f65c6130", + "id": "4009513d-49fd-465c-b6e1-0ca55764bfd3", "name": "Unauthorized", "originalRequest": { "url": { @@ -12445,7 +12445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d7f32a1-d9ab-43d6-b440-b0f156be5295", + "id": "fc6db3c2-f61c-4fa7-b55a-2556d5b402bd", "name": "Payment Required", "originalRequest": { "url": { @@ -12547,7 +12547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1afd586-7d73-473c-be34-970e17635b05", + "id": "a4c45bbc-3a0c-4e85-9d9e-0416ae708484", "name": "Forbidden", "originalRequest": { "url": { @@ -12649,7 +12649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d84e779-e7ef-4026-a4c8-0e31ae7c1d69", + "id": "f3237f9f-6908-4c28-a6b1-addd20337ffc", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -12746,7 +12746,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": false\n }\n ],\n \"context\": {\n \"key_0\": 2942,\n \"key_1\": 1655.722526777006,\n \"key_2\": 1374.033707838611,\n \"key_3\": \"string\"\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": 7442\n },\n {\n \"key_0\": 4438,\n \"key_1\": true,\n \"key_2\": 720.8116831157296\n }\n ],\n \"context\": {\n \"key_0\": false,\n \"key_1\": false,\n \"key_2\": false,\n \"key_3\": 4941.8121487206945\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -12757,7 +12757,7 @@ } }, { - "id": "f13fe46b-ac37-4a06-908a-f203d78c6409", + "id": "9e28eb58-4f64-4ada-8e79-7e52d38000a8", "name": "Directions", "request": { "name": "Directions", @@ -12889,7 +12889,7 @@ }, "response": [ { - "id": "a423af7a-9fa1-47bb-b739-b8b405950025", + "id": "bab5e95e-03b9-4ba7-8639-8340de50a014", "name": "OK", "originalRequest": { "url": { @@ -13018,7 +13018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3302963-3841-40b7-b549-70b68a025495", + "id": "fea2c13c-6954-48ea-bf26-3ad99eee8f81", "name": "Bad Request", "originalRequest": { "url": { @@ -13147,7 +13147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f85c15ae-108b-472c-8e3e-3f829ddbe729", + "id": "8242af99-5c8e-45a6-a541-1202890f09fe", "name": "Unauthorized", "originalRequest": { "url": { @@ -13276,7 +13276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14f768f1-9614-471a-9bbc-c1f622acd67c", + "id": "b8b1b6ca-4f13-41c2-adda-256dd2a28890", "name": "Payment Required", "originalRequest": { "url": { @@ -13405,7 +13405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a70e15a0-8274-40a4-ae63-2afd511c68d9", + "id": "426f2148-2742-4fb3-8cdc-46f8cbc3e961", "name": "Forbidden", "originalRequest": { "url": { @@ -13534,7 +13534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21efb151-0f1d-454b-9056-84950c9b8761", + "id": "e94b139e-2901-4860-819a-27fa4bf32d71", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -13658,7 +13658,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": false\n }\n ],\n \"context\": {\n \"key_0\": 2942,\n \"key_1\": 1655.722526777006,\n \"key_2\": 1374.033707838611,\n \"key_3\": \"string\"\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": 7442\n },\n {\n \"key_0\": 4438,\n \"key_1\": true,\n \"key_2\": 720.8116831157296\n }\n ],\n \"context\": {\n \"key_0\": false,\n \"key_1\": false,\n \"key_2\": false,\n \"key_3\": 4941.8121487206945\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -13669,7 +13669,7 @@ } }, { - "id": "e51d33ea-6f29-4341-ac56-5c4fb1c0c57f", + "id": "01ee3b19-a513-4f73-8c52-ed0aabf7f09b", "name": "Search Venue Pois By Key", "request": { "name": "Search Venue Pois By Key", @@ -13839,7 +13839,7 @@ }, "response": [ { - "id": "7597ce30-ffd6-4705-84df-327c3e35c065", + "id": "dfe3fba6-94fc-48bd-b32e-4e853c783702", "name": "OK", "originalRequest": { "url": { @@ -14006,7 +14006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93d7243e-9bfb-47dd-8430-0488834ead49", + "id": "0fcdd900-e7d5-4404-8744-04dd1bd4f7f9", "name": "Unauthorized", "originalRequest": { "url": { @@ -14173,7 +14173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfeecf54-54a6-477e-82e5-ce28c4e03e9e", + "id": "74201d03-8948-4f35-9224-dbbaface072a", "name": "Payment Required", "originalRequest": { "url": { @@ -14340,7 +14340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7949d582-5aaa-4769-92eb-89974d739d33", + "id": "c3b4cb37-87a4-4fc6-984b-fe95e40e0cba", "name": "Forbidden", "originalRequest": { "url": { @@ -14507,7 +14507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24bd07d1-f505-4e12-8156-73a7fccc8452", + "id": "c2971be6-feef-4adf-b8d8-7d1076bed0b3", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -14669,7 +14669,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": false\n }\n ],\n \"context\": {\n \"key_0\": 2942,\n \"key_1\": 1655.722526777006,\n \"key_2\": 1374.033707838611,\n \"key_3\": \"string\"\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": 7442\n },\n {\n \"key_0\": 4438,\n \"key_1\": true,\n \"key_2\": 720.8116831157296\n }\n ],\n \"context\": {\n \"key_0\": false,\n \"key_1\": false,\n \"key_2\": false,\n \"key_3\": 4941.8121487206945\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -14680,7 +14680,7 @@ } }, { - "id": "fdbc9bb4-257b-4372-abdd-b71eb4ce374f", + "id": "726af5b0-d122-486b-bc61-f0957a19a250", "name": "Autocomplete Venue Pois By Key", "request": { "name": "Autocomplete Venue Pois By Key", @@ -14841,7 +14841,7 @@ }, "response": [ { - "id": "431b51b8-ebdf-4aa5-bf95-d5d0a516e0ad", + "id": "c27b6d5d-9355-40af-b30e-e27672c26890", "name": "OK", "originalRequest": { "url": { @@ -14999,7 +14999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af64a949-0c2f-4d94-b1f7-13d22886bd15", + "id": "b19dc98b-7f96-403d-880b-d5d85e34594c", "name": "Unauthorized", "originalRequest": { "url": { @@ -15157,7 +15157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b39b620d-01a6-41c2-9a80-e58af8b57a4b", + "id": "9f0691f8-d7a2-4136-911f-4283b17240c1", "name": "Payment Required", "originalRequest": { "url": { @@ -15315,7 +15315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a7be209-cde4-4b36-84a3-2d59dfadb569", + "id": "f4329f3d-ecce-4e29-a2b0-4a97ac67bd24", "name": "Forbidden", "originalRequest": { "url": { @@ -15473,7 +15473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51cb2d93-d78d-4887-90ef-1c3390c01dbd", + "id": "95dc9022-b588-4261-a1e2-ac43a5bc62a0", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -15626,7 +15626,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": false\n }\n ],\n \"context\": {\n \"key_0\": 2942,\n \"key_1\": 1655.722526777006,\n \"key_2\": 1374.033707838611,\n \"key_3\": \"string\"\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": 7442\n },\n {\n \"key_0\": 4438,\n \"key_1\": true,\n \"key_2\": 720.8116831157296\n }\n ],\n \"context\": {\n \"key_0\": false,\n \"key_1\": false,\n \"key_2\": false,\n \"key_3\": 4941.8121487206945\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -15637,7 +15637,7 @@ } }, { - "id": "d99e903e-5502-46bf-aee6-3b2968b288f0", + "id": "c86b8f57-a8ff-4dce-9262-7768d57b4f71", "name": "Get Feature By Key", "request": { "name": "Get Feature By Key", @@ -15708,7 +15708,7 @@ }, "response": [ { - "id": "2e390daa-cf59-486d-a97d-f9f250ea32d8", + "id": "24ece985-bb5f-4d32-8593-ca9cc30d2fee", "name": "OK", "originalRequest": { "url": { @@ -15772,12 +15772,12 @@ "value": "application/json" } ], - "body": "{\n \"properties\": {\n \"key_0\": true\n },\n \"geometry\": {\n \"type\": \"\",\n \"coordinates\": \"\",\n \"bbox\": \"\"\n },\n \"id\": \"\",\n \"type\": \"Feature\"\n}", + "body": "{\n \"properties\": {\n \"key_0\": false,\n \"key_1\": false,\n \"key_2\": \"string\",\n \"key_3\": \"string\"\n },\n \"geometry\": {\n \"type\": \"\",\n \"coordinates\": \"\",\n \"bbox\": \"\"\n },\n \"id\": \"\",\n \"type\": \"Feature\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f2e3fbce-2e87-46bd-8752-8c9753340758", + "id": "0896db22-a757-4b5f-9a74-92482bcd8a4b", "name": "Unauthorized", "originalRequest": { "url": { @@ -15846,7 +15846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c32ac51a-be19-45c6-bb3a-f0b74afb1a86", + "id": "38dfb64d-cee4-4547-b5c9-a3c9a1d033a2", "name": "Payment Required", "originalRequest": { "url": { @@ -15915,7 +15915,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70d2f5bd-3bd1-4699-b36b-4ed4ad1ca51d", + "id": "20224938-6059-41a6-9d0f-50d0b93ffd27", "name": "Forbidden", "originalRequest": { "url": { @@ -15984,7 +15984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04b91e59-3c1d-40c8-8fbc-dd12d046c456", + "id": "292a8752-719d-410a-9c47-50322292bf45", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -16048,7 +16048,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": false\n }\n ],\n \"context\": {\n \"key_0\": 2942,\n \"key_1\": 1655.722526777006,\n \"key_2\": 1374.033707838611,\n \"key_3\": \"string\"\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": 7442\n },\n {\n \"key_0\": 4438,\n \"key_1\": true,\n \"key_2\": 720.8116831157296\n }\n ],\n \"context\": {\n \"key_0\": false,\n \"key_1\": false,\n \"key_2\": false,\n \"key_3\": 4941.8121487206945\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -16059,7 +16059,7 @@ } }, { - "id": "d3c7ed5e-3c26-4c19-bcd4-479f63ab529f", + "id": "22734f65-dfd5-4325-93a7-2f3cb282bb11", "name": "Tiles By Key", "request": { "name": "Tiles By Key", @@ -16161,7 +16161,7 @@ }, "response": [ { - "id": "88c7d8d9-dd84-47d8-98bd-0a623ebf88c1", + "id": "122be966-79ed-4470-9778-c1ea47901186", "name": "OK", "originalRequest": { "url": { @@ -16260,7 +16260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "666ffaff-d5b2-45ed-8f83-e0d1a82d9366", + "id": "a66d813a-26f5-480a-9ae7-68c940dc8e8e", "name": "Unauthorized", "originalRequest": { "url": { @@ -16359,7 +16359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db33e049-e784-48d9-a672-40b95c8b30f7", + "id": "e37c8409-ddb9-4e85-97e1-bc530d7396b4", "name": "Payment Required", "originalRequest": { "url": { @@ -16458,7 +16458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8eb2844-9372-4e24-b5db-77f374e16efd", + "id": "d2a9c2bf-436a-4a7a-87fd-db93f46e05cb", "name": "Forbidden", "originalRequest": { "url": { @@ -16557,7 +16557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f3d04e0-8ba0-4204-9d8c-81a91f840430", + "id": "fb5c12eb-9677-49cd-a47d-e46f2dcc67c0", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -16651,7 +16651,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": false\n }\n ],\n \"context\": {\n \"key_0\": 2942,\n \"key_1\": 1655.722526777006,\n \"key_2\": 1374.033707838611,\n \"key_3\": \"string\"\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": 7442\n },\n {\n \"key_0\": 4438,\n \"key_1\": true,\n \"key_2\": 720.8116831157296\n }\n ],\n \"context\": {\n \"key_0\": false,\n \"key_1\": false,\n \"key_2\": false,\n \"key_3\": 4941.8121487206945\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -16668,7 +16668,7 @@ "description": "The Woosmap Distance Async API suite provides tools for large or difficult distance calculations.\n\n* **Matrix:** Compute travel distance and time for a matrix of multiple origins and destinations.\n\nRequests are made via HTTPS (GET/POST) and require an API key (`key` or `private_key`) for quota management.\n", "item": [ { - "id": "3a780e07-1fcb-46c4-9866-767c5259d81b", + "id": "a2df4dc5-5d51-483e-bffa-979d0a025797", "name": "Start Matrix Calculation", "request": { "name": "Start Matrix Calculation", @@ -16730,7 +16730,7 @@ }, "response": [ { - "id": "808f0134-240f-48ae-89b1-52d4dd68bc52", + "id": "e729b099-f645-4dce-baf2-1544200c02e3", "name": "Successful Response", "originalRequest": { "url": { @@ -16790,7 +16790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c69438e4-4f0b-4d91-9d77-76b367eeb742", + "id": "15d70c0d-64e8-4e40-908f-f65043d2bcfb", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -16850,7 +16850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc848100-45bb-4830-b199-db475b8e6306", + "id": "9b47e5b2-2403-4e1e-ae59-868ed95c7539", "name": "Out of free quota.", "originalRequest": { "url": { @@ -16910,7 +16910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a5ce162-fce6-4052-935a-91ad1edc15ac", + "id": "60160d21-eb32-4f3d-ae8d-75954f82c061", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -16970,7 +16970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14037d37-9f8b-43da-9d70-5fb8dc163f6a", + "id": "04b44a2c-983c-4f74-8144-a3e085f89744", "name": "Validation Error", "originalRequest": { "url": { @@ -17030,7 +17030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ac66a5f-b364-4a49-80d5-6a2e3130c1e6", + "id": "74695f74-f1e7-4f3d-a14c-b7190df6365a", "name": "Rate limit reached", "originalRequest": { "url": { @@ -17096,7 +17096,7 @@ } }, { - "id": "e9795abb-8c78-436f-b02a-632b479806ba", + "id": "dde6dae6-9399-4ddc-b643-b0a798af157e", "name": "Check Matrix Calculation Status", "request": { "name": "Check Matrix Calculation Status", @@ -17157,7 +17157,7 @@ }, "response": [ { - "id": "49e1d732-aefc-4e38-afaa-31d73c05f17e", + "id": "4572146e-29c8-4698-ad02-ea7bbe733e56", "name": "Successful Response", "originalRequest": { "url": { @@ -17211,12 +17211,12 @@ "value": "application/json" } ], - "body": "{\n \"status\": \"timeout\"\n}", + "body": "{\n \"status\": \"error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fcadb977-3203-4092-8a88-8aecac47dc76", + "id": "74457e7a-8360-4a00-b62f-3a778662a763", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -17275,7 +17275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acfdb123-0f6e-4a0f-8665-ef3f9208ad92", + "id": "3a0f87fc-bc46-4f2d-adda-edf4c4c3efb4", "name": "Out of free quota.", "originalRequest": { "url": { @@ -17334,7 +17334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac699a12-82ec-4aba-bb2e-58d4e3151a62", + "id": "62e53d2d-63ea-4494-8b89-24bddfd316c9", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -17393,7 +17393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8182bceb-8ee8-4c9d-892a-961f932eb8fd", + "id": "e5c66704-eac4-4ff6-8475-5cb6d4b29763", "name": "Validation Error", "originalRequest": { "url": { @@ -17452,7 +17452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6219385f-08ff-4f5e-9f17-38a74d327eee", + "id": "f71bd98d-bb18-400a-9843-f0319fca5ebd", "name": "Rate limit reached", "originalRequest": { "url": { @@ -17517,7 +17517,7 @@ } }, { - "id": "ea081e3c-5189-43ba-ad1c-47d0ba257183", + "id": "5a29e9af-3ed0-4f74-b816-11f23c08ab67", "name": "Get Matrix Calculation Result", "request": { "name": "Get Matrix Calculation Result", @@ -17577,7 +17577,7 @@ }, "response": [ { - "id": "c13fb288-46f6-4d12-8b4b-461c0695237e", + "id": "ad85b41c-0900-4b67-bbda-3ba478fa20f3", "name": "Redirect to the result of the matrix calculation.", "originalRequest": { "url": { @@ -17635,7 +17635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9451d40e-e219-4e60-987d-5ac8eec48586", + "id": "6e87e16b-68f4-44e6-a280-80e9b251ba45", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -17693,7 +17693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7f4b3dd-4c13-41a8-8611-f42614db6de9", + "id": "df71427f-9f18-42bb-8fcb-fa5fba2f100e", "name": "Out of free quota.", "originalRequest": { "url": { @@ -17751,7 +17751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18c9aa9b-189a-46e9-8ed0-f79f63ca25fa", + "id": "a6d9915a-0ae2-43bb-8c9b-44b088bef83c", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -17809,7 +17809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bca21a7d-c42a-40fb-a26b-80bb7768c368", + "id": "b6d93795-5cbb-4b4f-90c2-ad68677b999f", "name": "Validation Error", "originalRequest": { "url": { @@ -17867,7 +17867,7 @@ "_postman_previewlanguage": "json" }, { - "id": "400cbd8e-c8c8-405c-851c-711397de7aff", + "id": "5b5cdb8f-a1db-49d5-807e-7d6215de5e25", "name": "Rate limit reached", "originalRequest": { "url": { @@ -17937,7 +17937,7 @@ "description": "The Transit API delivers comprehensive public transportation routing information by calculating optimal travel paths between\norigins and destinations. It provides detailed route data including distance, duration, polyline visualization,\nand complete step-by-step transit instructions with transfer points and transportation modes. The API is ideal for\napplications requiring accurate public transit navigation and trip planning capabilities.\n", "item": [ { - "id": "1a8bcafd-eea1-4eae-8d34-48862237bca2", + "id": "71a7ace8-af4a-4de3-bcda-e7ab76c315a9", "name": "Transit Route", "request": { "name": "Transit Route", @@ -18030,7 +18030,7 @@ }, "response": [ { - "id": "d0a5ac23-fb52-46c7-b9c6-619c59b5c29a", + "id": "cd7b3173-0627-469c-80dc-c59c5e7f58eb", "name": "Successful Response", "originalRequest": { "url": { @@ -18120,7 +18120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7c7b6fd-4ab6-4b9d-b652-040a7db81cfb", + "id": "96ce1382-0830-4d9b-9f4e-3223a6edb39a", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -18210,7 +18210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bb68793-2d4f-4be9-9ccc-1bbc367a85af", + "id": "36a488ec-1f3a-4bce-a6c2-67fd4b6ca935", "name": "Out of free quota.", "originalRequest": { "url": { @@ -18300,7 +18300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87a8e90f-949b-45e9-9496-2cb6e8ff88a5", + "id": "57e25e68-72ca-4f3f-9a73-9128be1c0410", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -18390,7 +18390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0438685-003e-48b4-906f-c32d28d9fb13", + "id": "780f9c8f-aba2-4b97-8440-f520ae27fc96", "name": "Validation Error", "originalRequest": { "url": { @@ -18480,7 +18480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c41ca297-3749-44f8-b4ec-86f54940a85d", + "id": "10f73f9c-cf63-46ac-8b64-1c072ab304cf", "name": "Rate limit reached", "originalRequest": { "url": { @@ -18582,7 +18582,7 @@ "description": "Manage the full lifecycle of your geospatial data alongside powerful analysis and retrieval.\n\n* **Management:** Programmatically create datasets, import features in bulk (CSV/GeoJSON), and handle updates or deletions.\n* **Search:** Execute **Nearby**, **Contains**, **Intersects**, and **Within** queries using SQL-like `WHERE` filters.\n* **Features:** Direct access to individual geographic features by unique ID with field masking.\n\nIdeal for applications that require precise location analysis, spatial queries and geographic data management.\n", "item": [ { - "id": "52d6ab18-d952-46e6-8bdc-14bb4eb217fc", + "id": "10edd4b6-f850-4078-ba7f-0e2b976ba73b", "name": "Get Dataset", "request": { "name": "Get Dataset", @@ -18640,7 +18640,7 @@ }, "response": [ { - "id": "9ad80bdc-0d0e-4eb5-a9e5-bf538e8ad557", + "id": "9bd88052-63d4-4cee-93ab-0049aeac7d4d", "name": "Successful Response", "originalRequest": { "url": { @@ -18696,7 +18696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f9c7ad9-a8d0-4828-9a80-92d18c595aad", + "id": "756922d8-5552-4219-89c2-83c55df618da", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -18752,7 +18752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1583938-5e64-460c-9df3-c28e715b6ff5", + "id": "a8fe578b-e8e0-4da9-946a-da3213d6dc59", "name": "Out of free quota.", "originalRequest": { "url": { @@ -18808,7 +18808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3aa2d1f0-f8ce-4402-9ed6-04415cbb6829", + "id": "447c1daf-3d6e-4192-abd6-ff1ee98b1470", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -18864,7 +18864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "415e4aa3-ff8f-48d5-9dbf-d19537426d43", + "id": "91b0cd87-aae7-4b75-8337-cf74c1693122", "name": "Dataset was not found", "originalRequest": { "url": { @@ -18920,7 +18920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ab629c1-4273-4f34-bfc9-5f568ae205dd", + "id": "0e885da6-a2dd-482d-9101-93329a279982", "name": "Validation Error", "originalRequest": { "url": { @@ -18976,7 +18976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e0ce85b-2b24-4872-8e53-1dac879a69dc", + "id": "b21e2463-b97c-4e5d-a68d-76762a71cd1c", "name": "Rate limit reached", "originalRequest": { "url": { @@ -19038,7 +19038,7 @@ } }, { - "id": "b649b130-295c-498f-a2e3-2d8b7676239d", + "id": "9fbda15b-2a5b-413f-a359-079ea10f6aa8", "name": "Delete Dataset", "request": { "name": "Delete Dataset", @@ -19096,7 +19096,7 @@ }, "response": [ { - "id": "1bd22bae-daa9-4b2a-916f-ad5abc4b11d0", + "id": "b647841d-c977-480a-b00a-15fc442a63ab", "name": "Successful Response", "originalRequest": { "url": { @@ -19147,12 +19147,12 @@ "value": "application/json" } ], - "body": "{\n \"key_0\": \"string\",\n \"key_1\": false\n}", + "body": "{\n \"key_0\": false,\n \"key_1\": \"string\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6ba26a25-f8df-4a50-abf1-22953a21c2d4", + "id": "ffd6cfdd-7727-466c-8a3f-fb01b178a49a", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -19208,7 +19208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "520d5db5-6405-4a9a-9fb9-35d88aaf8f8f", + "id": "f16d1e36-0964-43f9-8553-2704b40e642e", "name": "Out of free quota.", "originalRequest": { "url": { @@ -19264,7 +19264,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a625e233-0d74-46c4-8c8d-59776c9f9bb7", + "id": "86768513-643e-4a51-a553-388d436000fd", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -19320,7 +19320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37e2c4d6-3374-48cc-bad0-f981bf9366d4", + "id": "5821f981-f7cc-44bc-896b-9027c0cf79a9", "name": "Dataset was not found", "originalRequest": { "url": { @@ -19376,7 +19376,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed6fbf23-0e44-4caa-9d2a-b8f62fe0c9e1", + "id": "52b5691a-e160-4405-bf49-d06158208c03", "name": "The Dataset was already scheduled for deletion.", "originalRequest": { "url": { @@ -19432,7 +19432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c597ce5-94d3-40bb-b0e2-710db03d84da", + "id": "a9c8e872-1b5a-4416-a513-787b9afabaed", "name": "Validation Error", "originalRequest": { "url": { @@ -19488,7 +19488,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6a576ad-b939-4232-b7e1-d45742f19e08", + "id": "24d44127-7494-4bf8-9cc8-8ff9674d418a", "name": "Rate limit reached", "originalRequest": { "url": { @@ -19550,7 +19550,7 @@ } }, { - "id": "3aa42010-356e-4681-afc9-1a2c782c7c09", + "id": "db6a0c35-995f-4c6b-9614-92b362b0b4cd", "name": "Update Dataset", "request": { "name": "Update Dataset", @@ -19621,7 +19621,7 @@ }, "response": [ { - "id": "d11b64ce-89e5-4c6f-b8d7-b45d93cac7cb", + "id": "374ff5d0-05cd-4cb2-b536-7e279c1528c5", "name": "Successful Response", "originalRequest": { "url": { @@ -19690,7 +19690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2957f4c-279d-495e-b297-364e9f33a89e", + "id": "6eef0a13-67e8-43d4-837d-0202ce28d21a", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -19759,7 +19759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ebe4424-ebbc-4bb2-8b94-1dcd807a1a73", + "id": "2a5e95fc-ff21-4929-80d7-c2392b145b05", "name": "Out of free quota.", "originalRequest": { "url": { @@ -19828,7 +19828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b55403e9-6570-4406-9946-db05ac526326", + "id": "e911cac5-e70f-47e4-b601-6a610f2e9f12", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -19897,7 +19897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5078825f-4b38-4133-9fc6-2f9e435e31d1", + "id": "ee4ee333-9782-46c1-ae4a-93f60ae63196", "name": "Dataset was not found", "originalRequest": { "url": { @@ -19966,7 +19966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "190df23e-bc41-4b28-937e-1e43175d6543", + "id": "3d97c25e-a5a2-4750-a555-d26b3908fa08", "name": "Validation Error", "originalRequest": { "url": { @@ -20035,7 +20035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed336c3c-42b4-4d3a-854c-e07ee396ebe5", + "id": "347c5c6e-e325-4be6-8296-beb4fbcd9d5d", "name": "Rate limit reached", "originalRequest": { "url": { @@ -20110,7 +20110,7 @@ } }, { - "id": "4cfadfbb-1d8c-47ca-8fd7-61e14f5a7fc3", + "id": "5e2a6989-f402-4c10-b79f-f9bb0484b900", "name": "List Datasets", "request": { "name": "List Datasets", @@ -20176,7 +20176,7 @@ }, "response": [ { - "id": "0b775444-107b-4dae-8307-7f9bfd368e05", + "id": "72b12e95-a439-4fa3-985a-e0ff37e8b371", "name": "Successful Response", "originalRequest": { "url": { @@ -20239,7 +20239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d8e3088-01a6-4ed4-9acf-3f3a3a7495d6", + "id": "376d23b8-0294-482a-949f-72c9ba349bc9", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -20302,7 +20302,7 @@ "_postman_previewlanguage": "json" }, { - "id": "620f77f2-28b6-4ed2-a71f-6eae2b4b1817", + "id": "d368710b-6a0b-49cf-8ac4-93a68bcccc6b", "name": "Out of free quota.", "originalRequest": { "url": { @@ -20365,7 +20365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "630b48ae-adbe-41c1-b3f1-6cf43fe3f007", + "id": "998f391e-d188-4a34-812e-e062326b21f5", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -20428,7 +20428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60c12be9-8024-48ca-a7a2-740c292bed69", + "id": "3bd32bb1-e90f-4866-8fe6-9af8ac9b8fea", "name": "Validation Error", "originalRequest": { "url": { @@ -20491,7 +20491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f4a9dd8-8727-4020-a878-8d025e62f47e", + "id": "1e450ad2-9735-40ec-ba0d-41d6781c993b", "name": "Rate limit reached", "originalRequest": { "url": { @@ -20560,7 +20560,7 @@ } }, { - "id": "ac273700-fa82-4d08-a368-c0cc27aecc0d", + "id": "57e42eb7-e5f5-4d61-9e7c-f4f335f1feb5", "name": "Create Dataset", "request": { "name": "Create Dataset", @@ -20620,7 +20620,7 @@ }, "response": [ { - "id": "f7fa43e2-90ae-4e28-88fa-222ea5bcd3c7", + "id": "dd7d9de2-f409-4b7d-af01-6492da27eea7", "name": "Successful Response", "originalRequest": { "url": { @@ -20678,7 +20678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b8e31ee-691d-4f61-8f53-971183178117", + "id": "f10fb323-7033-485c-91fb-815953086f20", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -20736,7 +20736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06e73d11-a9cd-43d8-8955-88c547dc7b47", + "id": "d69e7947-baa9-4b5a-a4ce-28beb6e59866", "name": "Out of free quota.", "originalRequest": { "url": { @@ -20794,7 +20794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09d4eab2-81c0-4b10-a40b-76bb2b17e080", + "id": "9344cefe-a2b8-4d16-9786-bdcbe861877f", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -20852,7 +20852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4be23ea9-7580-47d8-9616-918283d69a4b", + "id": "0948ce29-3db7-41bb-952a-0f64e8e5cb8a", "name": "Validation Error", "originalRequest": { "url": { @@ -20910,7 +20910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f49e3c4c-b84b-4fe3-bd7d-5e8b975d82e3", + "id": "845300c8-8269-4b28-b105-315fb4498d80", "name": "Rate limit reached", "originalRequest": { "url": { @@ -20974,7 +20974,7 @@ } }, { - "id": "d0c8e360-53d9-4be6-8b64-f0a14cda9483", + "id": "f2784c23-4a17-480f-83a7-94b38bccb697", "name": "Get Dataset Status", "request": { "name": "Get Dataset Status", @@ -21033,7 +21033,7 @@ }, "response": [ { - "id": "6746fe44-6aee-46cb-878b-e5ba5ab4f281", + "id": "995f279b-e1db-496a-8bd7-9789e0e05dda", "name": "Successful Response", "originalRequest": { "url": { @@ -21085,12 +21085,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"\",\n \"steps\": [\n {\n \"name\": \"import\",\n \"start\": \"\",\n \"end\": \"\",\n \"entries\": [\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"warning\"\n },\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"info\"\n }\n ],\n \"status\": \"success\"\n },\n {\n \"name\": \"import\",\n \"start\": \"\",\n \"end\": \"\",\n \"entries\": [\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"warning\"\n },\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"info\"\n }\n ],\n \"status\": \"in_progress\"\n }\n ],\n \"status\": \"failed\"\n}", + "body": "{\n \"id\": \"\",\n \"steps\": [\n {\n \"name\": \"import\",\n \"start\": \"\",\n \"end\": \"\",\n \"entries\": [\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"info\"\n },\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"info\"\n }\n ],\n \"status\": \"in_progress\"\n },\n {\n \"name\": \"import\",\n \"start\": \"\",\n \"end\": \"\",\n \"entries\": [\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"error\"\n },\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"warning\"\n }\n ],\n \"status\": \"success\"\n }\n ],\n \"status\": \"in_progress\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "eb106122-1d71-4b46-97da-f88eb5b2e64e", + "id": "29304cb1-4009-417b-b51b-7b951b49e846", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -21147,7 +21147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4391654f-6788-46f2-96e1-5729d168d7cb", + "id": "1d53ce8d-d50d-477e-8d80-683bec1bf4bf", "name": "Out of free quota.", "originalRequest": { "url": { @@ -21204,7 +21204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a20d52e-1a05-4723-84f3-c0847be7e1d5", + "id": "41d6a741-e08f-4e7b-9333-cb6d5214ce93", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -21261,7 +21261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "784b2ca0-1d23-49aa-810c-3eedd9893599", + "id": "236b9224-296f-4c4b-9852-1ef8fd8b9cfb", "name": "Dataset was not found", "originalRequest": { "url": { @@ -21318,7 +21318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0a54415-db9f-48c3-af41-935f236171f0", + "id": "8ab1bd7f-295d-4f46-8af0-bbd1b7d47183", "name": "Validation Error", "originalRequest": { "url": { @@ -21375,7 +21375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7228081f-9434-4799-a77f-0350d1f4ff05", + "id": "76742539-e003-478e-b4d5-116df8acf8e4", "name": "Rate limit reached", "originalRequest": { "url": { @@ -21438,7 +21438,7 @@ } }, { - "id": "c62c1bcb-c7d6-4616-9c6a-fb1e4e4a34d8", + "id": "446c9f81-bb5c-4d09-9009-8858878f0495", "name": "Trigger Import", "request": { "name": "Trigger Import", @@ -21497,7 +21497,7 @@ }, "response": [ { - "id": "35d2f234-ce84-4be6-8ad3-35002e1ec8a6", + "id": "ab442df4-0836-4561-84ba-592cb6a40508", "name": "Successful Response", "originalRequest": { "url": { @@ -21554,7 +21554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27e801ae-9baf-4b56-892a-b89b77ede59a", + "id": "1d108c00-cf3c-430a-9274-aa67d2001585", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -21611,7 +21611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe46ddf4-fa54-42c9-b325-b4893b7fb85d", + "id": "626e9d3b-e40e-42c4-8534-e960ee1a1327", "name": "Out of free quota.", "originalRequest": { "url": { @@ -21668,7 +21668,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57d803e6-ebf0-4f49-ba63-8f605c9a5a8c", + "id": "c00a52ee-ff73-47c9-9b5e-b43910c77630", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -21725,7 +21725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de141d0c-0f71-46e0-9045-8bfcfbc9292c", + "id": "639114c3-3884-4b50-bac7-af7219ae6c27", "name": "Dataset was not found", "originalRequest": { "url": { @@ -21782,7 +21782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08a0a49f-6dff-4df0-b778-37d0f2df47ba", + "id": "63e1a948-c470-4543-af3f-f9433803815b", "name": "Validation Error", "originalRequest": { "url": { @@ -21839,7 +21839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1bcd9d2-5ee2-4e80-b205-d0176a30420d", + "id": "b5657e51-433a-4edb-994a-4abd166cf807", "name": "Rate limit reached", "originalRequest": { "url": { @@ -21902,7 +21902,7 @@ } }, { - "id": "cc84ea4a-82a7-436b-aa93-b82be5321471", + "id": "c807eddd-a364-436d-85ad-433f8f640420", "name": "Reimport Dataset Webhook", "request": { "name": "Reimport Dataset Webhook", @@ -21946,7 +21946,7 @@ }, "response": [ { - "id": "c410682c-c03f-45da-8934-bf84568e2cd6", + "id": "4cf639be-e16e-4030-b791-074235f34293", "name": "Successful Response", "originalRequest": { "url": { @@ -21995,7 +21995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3671c16-886d-4870-9580-9941092e638c", + "id": "e8385273-54ea-428c-99e1-229beb16a57b", "name": "Unauthorized", "originalRequest": { "url": { @@ -22032,7 +22032,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c3aa0055-9955-4f74-a486-87d6334790ff", + "id": "69804e75-3ef1-4e0a-9c0d-aed35cf4be76", "name": "Payment Required", "originalRequest": { "url": { @@ -22069,7 +22069,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9f9d7e4a-966d-4337-a807-55d3db36a6de", + "id": "7ae523dc-e7a7-4cf0-8b2c-3a1f34312ed5", "name": "Forbidden", "originalRequest": { "url": { @@ -22106,7 +22106,7 @@ "_postman_previewlanguage": "text" }, { - "id": "6729515d-1532-40f0-893c-0ac1692fdefb", + "id": "89de4a4d-8aad-469b-8c57-d093ff202ec9", "name": "Dataset was not found", "originalRequest": { "url": { @@ -22155,7 +22155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6847042b-5d68-49eb-9416-f136bd9e7e9f", + "id": "1fbf0644-451c-43f5-bc90-da49996260e0", "name": "Validation Error", "originalRequest": { "url": { @@ -22204,7 +22204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "091530d3-3441-4634-aa50-65f57166edfc", + "id": "168d27f0-69ef-4ed0-9142-cac8138054d3", "name": "Rate limit reached", "originalRequest": { "url": { @@ -22259,7 +22259,7 @@ } }, { - "id": "877d9653-47b7-4f3d-8211-3f671d8a42f1", + "id": "1000bd58-38d5-45ab-a73a-26d629ce66ef", "name": "Search Features", "request": { "name": "Search Features", @@ -22361,7 +22361,7 @@ }, "response": [ { - "id": "1e0a28c6-7fda-49f9-8f96-5a9f47d126ec", + "id": "7ef09545-55e3-48ff-bdb0-2539172744a8", "name": "Successful Response", "originalRequest": { "url": { @@ -22455,12 +22455,12 @@ "value": "application/json" } ], - "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 6878.5773018918635\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 8606.102279609959\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", + "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 8485,\n \"key_1\": 6157.87348528221,\n \"key_2\": 7568\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 3085,\n \"key_1\": 6689,\n \"key_2\": 9586.65840281479,\n \"key_3\": 8728\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "339eaf62-5777-4bf8-ae8d-c69bc13b7464", + "id": "ae61d260-1650-4e3c-8a49-19d63a0adbf0", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -22559,7 +22559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1106a67a-3e45-4b78-8496-eaa57f55a3b5", + "id": "8ba7548f-dc52-4032-b4dd-f6c8f65b162f", "name": "Out of free quota.", "originalRequest": { "url": { @@ -22658,7 +22658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "724ca2e0-ebdf-465f-a9d7-4a5e3090d77b", + "id": "9072a859-8275-4648-a471-e81b7c61aed2", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -22757,7 +22757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe30657e-222b-4fa9-8f1b-912b9b8e6233", + "id": "6af572be-df5c-47b6-af84-db47fdec777b", "name": "Dataset was not found", "originalRequest": { "url": { @@ -22856,7 +22856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38aacc1c-8520-4e64-821e-feecd6c9d4ff", + "id": "c285db42-9c60-4706-a5dc-da850cf7cba5", "name": "Validation Error", "originalRequest": { "url": { @@ -22955,7 +22955,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6685c426-0a66-4b41-9923-40c8788c8235", + "id": "765685f6-b906-4713-9bf5-49ee31c659c4", "name": "Rate limit reached", "originalRequest": { "url": { @@ -23060,7 +23060,7 @@ } }, { - "id": "32237acf-4a2c-4849-abae-f92209a7f958", + "id": "995a7018-e199-4d5b-b567-7dd8846dff5b", "name": "Nearby Features", "request": { "name": "Nearby Features", @@ -23162,7 +23162,7 @@ }, "response": [ { - "id": "c5f25114-e5e1-47ff-a79d-c70644a0db1b", + "id": "08ec140c-4499-41b6-98ef-bfa2b31c29fd", "name": "Successful Response", "originalRequest": { "url": { @@ -23256,12 +23256,12 @@ "value": "application/json" } ], - "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 6878.5773018918635\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 8606.102279609959\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", + "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 8485,\n \"key_1\": 6157.87348528221,\n \"key_2\": 7568\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 3085,\n \"key_1\": 6689,\n \"key_2\": 9586.65840281479,\n \"key_3\": 8728\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "278c41fb-e221-4eab-a14d-2d7825646e33", + "id": "53517612-cbde-4054-a78a-ba7736ea1805", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -23360,7 +23360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c72db805-9bc0-407d-a1f0-e9918b62d648", + "id": "86b75634-6ebc-43a8-8c61-d293c06acaf4", "name": "Out of free quota.", "originalRequest": { "url": { @@ -23459,7 +23459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "218ef07e-8b9f-4a52-994e-ecc0cae57ec1", + "id": "f454812e-a10f-4135-9ab4-62a680451b3f", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -23558,7 +23558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffe41081-8d78-453a-8c55-cae7c7fbdbf7", + "id": "2a06d3e7-b08b-4998-a6b7-a2a868c2428d", "name": "Dataset was not found", "originalRequest": { "url": { @@ -23657,7 +23657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88509692-1192-429b-b98b-8e570769aa13", + "id": "eabc7537-cfb1-4ccc-936c-f96cf94474ca", "name": "Validation Error", "originalRequest": { "url": { @@ -23756,7 +23756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78674554-78a2-4352-a1fb-cabfa5a046b0", + "id": "20c15fe6-adba-429b-8a9f-437699e7ace0", "name": "Rate limit reached", "originalRequest": { "url": { @@ -23861,7 +23861,7 @@ } }, { - "id": "3b952de6-cf37-45ec-8625-ce4897f737cc", + "id": "4fbfa283-01bc-4ece-ab30-976fcc2d7960", "name": "Intersect Features", "request": { "name": "Intersect Features", @@ -23963,7 +23963,7 @@ }, "response": [ { - "id": "53d76cea-1b17-4e97-aed3-7a5ee76aec59", + "id": "a8bcb80f-e5b5-4c6d-9749-7f89f24d039a", "name": "Successful Response", "originalRequest": { "url": { @@ -24057,12 +24057,12 @@ "value": "application/json" } ], - "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 6878.5773018918635\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 8606.102279609959\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", + "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 8485,\n \"key_1\": 6157.87348528221,\n \"key_2\": 7568\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 3085,\n \"key_1\": 6689,\n \"key_2\": 9586.65840281479,\n \"key_3\": 8728\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "87096a0e-b00a-40cf-99e2-4f37839b36a7", + "id": "c5e5d6a4-f093-4a48-be42-690f9bce56ee", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -24161,7 +24161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eda8ca2e-09b0-450a-96f1-147b0dacaaa5", + "id": "3aa73b34-1f79-4881-adda-1aa732926504", "name": "Out of free quota.", "originalRequest": { "url": { @@ -24260,7 +24260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db330e4b-10a9-4c9d-99ee-98ba0b30c907", + "id": "540298d2-8570-4903-b95b-587bff9d17a0", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -24359,7 +24359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75b72d49-55fe-47c6-a5e8-deb5b24ec85e", + "id": "25301fde-fbd9-430f-859f-71162a1668d5", "name": "Dataset was not found", "originalRequest": { "url": { @@ -24458,7 +24458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d810847-d77c-42f8-bf7d-940b7a33391d", + "id": "6e47e350-6eaf-43b7-95a6-95af707b4883", "name": "Validation Error", "originalRequest": { "url": { @@ -24557,7 +24557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f07f5fd5-c7d8-497a-b27f-4c21aae709b0", + "id": "36f9b88d-60a6-4b4f-89a4-7f038098a821", "name": "Rate limit reached", "originalRequest": { "url": { @@ -24662,7 +24662,7 @@ } }, { - "id": "11413934-af61-405c-9a90-e96bce41fc29", + "id": "46af34b4-5b44-420d-b639-77092c036cb9", "name": "Contains Features", "request": { "name": "Contains Features", @@ -24764,7 +24764,7 @@ }, "response": [ { - "id": "8511f993-0cb8-486c-8dfc-6384d5ecd649", + "id": "458ac00e-8425-49d5-804b-63e44c340a33", "name": "Successful Response", "originalRequest": { "url": { @@ -24858,12 +24858,12 @@ "value": "application/json" } ], - "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 6878.5773018918635\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 8606.102279609959\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", + "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 8485,\n \"key_1\": 6157.87348528221,\n \"key_2\": 7568\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 3085,\n \"key_1\": 6689,\n \"key_2\": 9586.65840281479,\n \"key_3\": 8728\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "393b26d8-18f9-4244-b05f-d4c88386f9ee", + "id": "89c1bccb-1074-4d0b-87cb-530449f1c6d0", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -24962,7 +24962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68a1ff1b-c3b9-4e75-b401-2643265d265f", + "id": "39cd0b6b-dd26-47e6-8036-c8a2c113d7cf", "name": "Out of free quota.", "originalRequest": { "url": { @@ -25061,7 +25061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22d08d8c-efa1-4fdd-b5d5-22c996d6f1a7", + "id": "b419d8b3-dd77-41e7-a3dd-e4e71894bd48", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -25160,7 +25160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a988e4e-e809-4d1e-ab8a-959e4c75eaa5", + "id": "d261695c-135b-45b9-bc5f-d58bcf4fdf77", "name": "Dataset was not found", "originalRequest": { "url": { @@ -25259,7 +25259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1d1564f-5824-437c-ac3b-81d319f8a5de", + "id": "745f1c00-963c-460d-aff2-bdafca038c92", "name": "Validation Error", "originalRequest": { "url": { @@ -25358,7 +25358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1537b62-18da-46ac-8c24-237b87a4afda", + "id": "282cf664-f991-49a5-b547-174564691061", "name": "Rate limit reached", "originalRequest": { "url": { @@ -25463,7 +25463,7 @@ } }, { - "id": "87aad368-999a-4bee-81d8-993b6f3187a1", + "id": "b1c5a9ee-b367-415e-8196-359460b4d2a0", "name": "Within Features", "request": { "name": "Within Features", @@ -25565,7 +25565,7 @@ }, "response": [ { - "id": "ed4917f4-38f5-4312-921c-a65f01770900", + "id": "b112ab60-3978-4537-80f4-7c71bca2e4fa", "name": "Successful Response", "originalRequest": { "url": { @@ -25659,12 +25659,12 @@ "value": "application/json" } ], - "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 6878.5773018918635\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 8606.102279609959\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", + "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 8485,\n \"key_1\": 6157.87348528221,\n \"key_2\": 7568\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 3085,\n \"key_1\": 6689,\n \"key_2\": 9586.65840281479,\n \"key_3\": 8728\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6d5b240a-e361-43d5-90fc-5f2305532000", + "id": "f18b67dd-8d88-401e-90aa-4390d2d90884", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -25763,7 +25763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "837ee357-91dd-4fd7-9658-30be5a9ba6d4", + "id": "b285e37d-1f86-4521-8d11-aa04559dc5aa", "name": "Out of free quota.", "originalRequest": { "url": { @@ -25862,7 +25862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0aabde9c-36ee-4e5a-b4fc-86432e2d7c2d", + "id": "5814cfd3-3e3a-417f-ae9e-7f09a54917d3", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -25961,7 +25961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "225b4969-007d-44ba-96a1-55883cfd75ad", + "id": "13864522-1cc7-4d73-9fbe-0cad07b76f31", "name": "Dataset was not found", "originalRequest": { "url": { @@ -26060,7 +26060,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eacd6f97-3d15-428a-a72b-7fdcc82c0786", + "id": "5d6123dc-f3fd-4d06-a2b5-0068528d903b", "name": "Validation Error", "originalRequest": { "url": { @@ -26159,7 +26159,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7499e237-ee65-4303-b4b3-3e394edb3e6f", + "id": "87b8f349-0a44-43b5-9f32-a314278c158a", "name": "Rate limit reached", "originalRequest": { "url": { @@ -26264,7 +26264,7 @@ } }, { - "id": "79fcd379-2d24-4748-bc45-7c496b032006", + "id": "99a55e38-9200-4e1c-b342-084b2221b2cf", "name": "Get Feature", "request": { "name": "Get Feature", @@ -26353,7 +26353,7 @@ }, "response": [ { - "id": "0ac9d62b-f6ff-4a1e-b251-ccf78ab3a858", + "id": "1df6f9eb-6837-443c-8ecd-c0cb0f6d00ad", "name": "Successful Response", "originalRequest": { "url": { @@ -26434,12 +26434,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 8772\n }\n}", + "body": "{\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 1655,\n \"key_1\": 7718\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f9220b57-7186-4a07-b13a-ee769548c152", + "id": "da513356-9ec0-4462-bf36-83f258e72588", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -26525,7 +26525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2b15bed-85ce-4da5-b6c7-a9395fdd3819", + "id": "a7355d9b-a2b4-4bf7-953b-f3c173c15c88", "name": "Out of free quota.", "originalRequest": { "url": { @@ -26611,7 +26611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df518787-80ca-464f-951e-b4625b58d345", + "id": "17ff0c0a-e550-4859-ba57-d9126360ba91", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -26697,7 +26697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51db27c5-38c8-4d5f-9933-d93d3d2861c8", + "id": "29ae339f-7c18-4f13-86f1-0dbb1a84905a", "name": "Feature or Dataset were not found", "originalRequest": { "url": { @@ -26783,7 +26783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15674c69-bc5f-4030-a728-d35fc6fcc9e6", + "id": "49402ee8-8ca2-4054-8879-c517df0e9a05", "name": "Validation Error", "originalRequest": { "url": { @@ -26869,7 +26869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "488ff41d-0e53-4870-b122-c5638933da4b", + "id": "f83bd0e3-2964-4321-9462-40ed4a3bc68f", "name": "Rate limit reached", "originalRequest": { "url": { @@ -26967,7 +26967,7 @@ "description": "The Woosmap Distance API suite provides comprehensive tools for road travel calculations worldwide.\n\n* **Route:** Calculate travel distance, duration, and paths between origin and destination.\n* **Matrix:** Compute travel distance and time for a matrix of multiple origins and destinations.\n* **Isochrone:** Determine all locations reachable within a specific time or distance.\n* **Tolls:** Estimate toll costs and details for specific routes.\n\nRequests are made via HTTPS (GET/POST) and require an API key (`key` or `private_key`) for quota management.\n", "item": [ { - "id": "1cd4a3b7-2a4b-4513-b7d3-c9796f188f47", + "id": "ba83afd9-022f-413d-bf4d-02fcfe31fe51", "name": "Find Routes", "request": { "name": "Find Routes", @@ -27134,7 +27134,7 @@ }, "response": [ { - "id": "d062cc2e-73c9-4a63-a6b4-8fe722ebc400", + "id": "33e857af-477b-49d6-a0e8-2c8d4a78a4dd", "name": "Successful Response", "originalRequest": { "url": { @@ -27298,7 +27298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40bf3d80-17d3-418e-b19d-984b4fb990c8", + "id": "6c52ec4b-8a36-4a34-98b6-e90852675cba", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -27462,7 +27462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a22f0a0-5a3e-4428-811c-3745cedc661f", + "id": "e3324d9b-5930-4f0e-9797-40d827795657", "name": "Out of free quota.", "originalRequest": { "url": { @@ -27626,7 +27626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cfbbe70-5fab-4d28-97d3-c7332e0bffb1", + "id": "7cc3ac87-be30-465e-8b9a-d5681e22ca41", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -27790,7 +27790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b85f18c2-337d-4c5a-8b34-c6980c58035d", + "id": "a2e49419-5a24-4d62-ac08-356e67854cd0", "name": "Validation Error", "originalRequest": { "url": { @@ -27954,7 +27954,7 @@ "_postman_previewlanguage": "json" }, { - "id": "505e264f-c702-4ced-94c3-17a9f9f6ce7a", + "id": "ea1844bd-f97d-4245-8b58-c068c689898d", "name": "Rate limit reached", "originalRequest": { "url": { @@ -28124,7 +28124,7 @@ } }, { - "id": "5ec9d8d2-8323-4ccb-851c-aa52d9b7d828", + "id": "0c6e79b3-5bf8-472c-9257-ada549e4a036", "name": "Calculate Matrix", "request": { "name": "Calculate Matrix", @@ -28273,7 +28273,7 @@ }, "response": [ { - "id": "5e053f88-9035-4a54-bfae-bffcbe8a5372", + "id": "3f665f07-1135-4e8b-9564-6b35c7932cad", "name": "Successful Response", "originalRequest": { "url": { @@ -28414,12 +28414,12 @@ "value": "application/json" } ], - "body": "{\n \"rows\": [\n {\n \"elements\": [\n {\n \"status\": \"NOT_FOUND\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"OK\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n },\n {\n \"elements\": [\n {\n \"status\": \"OK\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"ERROR\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n }\n ],\n \"status\": \"OK\"\n}", + "body": "{\n \"rows\": [\n {\n \"elements\": [\n {\n \"status\": \"ERROR\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"OK\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n },\n {\n \"elements\": [\n {\n \"status\": \"NOT_FOUND\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"OK\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n }\n ],\n \"status\": \"OK\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f1632bc0-01a9-45d4-8ddf-2085fdfff9aa", + "id": "c6dd1979-7c75-4017-b0b4-c63fa2e146fd", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -28565,7 +28565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb855fae-425b-4e5f-b139-ad80df46f3b7", + "id": "b9d5c764-906a-4440-bd67-c1da5da85a58", "name": "Out of free quota.", "originalRequest": { "url": { @@ -28711,7 +28711,7 @@ "_postman_previewlanguage": "json" }, { - "id": "858f0f58-8808-439a-bc6f-fee9ba36bced", + "id": "9250928e-b802-4a58-98d2-7f96e32c007c", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -28857,7 +28857,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14c78ea5-df1c-4738-abf3-8c4c2cef8184", + "id": "d41b102c-156e-4000-bfcc-ff328ac105be", "name": "Validation Error", "originalRequest": { "url": { @@ -29003,7 +29003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "836a8d79-948a-4125-b920-90bd1f0b8099", + "id": "9d1aeb71-eded-4d70-bb8a-1bfb56ad61d6", "name": "Rate limit reached", "originalRequest": { "url": { @@ -29155,7 +29155,7 @@ } }, { - "id": "796b1917-5589-405e-9002-a2eaab448282", + "id": "f08f9e42-66f3-443c-a358-da74fc63b5e8", "name": "Calculate Matrix", "request": { "name": "Calculate Matrix", @@ -29226,7 +29226,7 @@ }, "response": [ { - "id": "4d2d3077-e182-444f-929e-6c8229245370", + "id": "ae9a20f2-6818-445d-ac65-993595067c8e", "name": "Successful Response", "originalRequest": { "url": { @@ -29290,12 +29290,12 @@ "value": "application/json" } ], - "body": "{\n \"rows\": [\n {\n \"elements\": [\n {\n \"status\": \"NOT_FOUND\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"OK\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n },\n {\n \"elements\": [\n {\n \"status\": \"OK\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"ERROR\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n }\n ],\n \"status\": \"OK\"\n}", + "body": "{\n \"rows\": [\n {\n \"elements\": [\n {\n \"status\": \"ERROR\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"OK\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n },\n {\n \"elements\": [\n {\n \"status\": \"NOT_FOUND\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"OK\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n }\n ],\n \"status\": \"OK\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e514a15b-b663-4efd-b375-66b5cc397152", + "id": "e985b378-c318-44c7-b23c-23902ee3a718", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -29364,7 +29364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "265edf88-c6d0-4c00-ad59-a0c9677ebeec", + "id": "b6e289f8-2141-47d1-901a-14971797b000", "name": "Out of free quota.", "originalRequest": { "url": { @@ -29433,7 +29433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4b6399b-8d19-42f5-80e9-44f2e45f8e08", + "id": "dca7bde0-0287-46ac-9fe2-acd4da1c7b03", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -29502,7 +29502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0261b40-352e-4378-864d-6ab67918f7e8", + "id": "8abab26f-46bd-48d5-9ed5-7ac0b65aa121", "name": "Validation Error", "originalRequest": { "url": { @@ -29571,7 +29571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cb00680-7acc-4425-8214-3b5b670b3560", + "id": "8c70a4eb-aa32-4aa1-975c-4e4e39ff4807", "name": "Rate limit reached", "originalRequest": { "url": { @@ -29646,7 +29646,7 @@ } }, { - "id": "ac740b77-e2d9-44be-a152-b6e998db8a4f", + "id": "5b4b9582-dbf0-47d0-9d78-a73e1e23c792", "name": "Calculate Isochrone", "request": { "name": "Calculate Isochrone", @@ -29768,7 +29768,7 @@ }, "response": [ { - "id": "74bccbb3-6204-44c1-876d-1e2c2a0f2e93", + "id": "71f2f87b-f6ee-42c2-8048-3a06cb7865bf", "name": "Successful Response", "originalRequest": { "url": { @@ -29887,7 +29887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b5d04e8-7017-4c19-86fb-ec65959eb5f3", + "id": "3cfe877d-0230-42f6-8f4e-7c6df0655bab", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -30006,7 +30006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be56ca7c-532a-4130-aef8-dc904d6cfde4", + "id": "a9053ad5-2ac4-4bb2-b565-365db9b6b54d", "name": "Out of free quota.", "originalRequest": { "url": { @@ -30125,7 +30125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6708e76c-3841-4db6-b5a4-3962cad96b26", + "id": "a509f687-e3b9-416f-8188-05613b1ced05", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -30244,7 +30244,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17c63590-309d-46d6-8236-b96594552e1b", + "id": "db043c1c-b01d-487f-bd8b-0bb2ec71f92c", "name": "Validation Error", "originalRequest": { "url": { @@ -30363,7 +30363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bfeee11-356f-4d4e-b1c1-6a0e0f8e67d8", + "id": "dfc8e9b2-3c4d-43f3-bf8e-3c8931ca5eda", "name": "Rate limit reached", "originalRequest": { "url": { @@ -30488,7 +30488,7 @@ } }, { - "id": "672cbe46-bb51-4b64-b2ad-4e69d4f5d8e9", + "id": "c98564ed-d822-448f-953f-33a9cc4fc566", "name": "Calculate Isochrone", "request": { "name": "Calculate Isochrone", @@ -30559,7 +30559,7 @@ }, "response": [ { - "id": "5904fd54-4e82-43d2-a871-04e479b376db", + "id": "0297b5dc-aac8-48ac-85bf-b21ab68da580", "name": "Successful Response", "originalRequest": { "url": { @@ -30628,7 +30628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8f0d0a7-194a-40a1-9659-e4052dabb165", + "id": "6df0f684-f163-47af-8fa5-26a0fd29eda1", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -30697,7 +30697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1a4aed9-209f-41ca-a02d-43e70bc9994c", + "id": "371a8ca6-a46d-48b5-b57b-f66771c5b026", "name": "Out of free quota.", "originalRequest": { "url": { @@ -30766,7 +30766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62018610-0412-4e7f-bfc3-189d4a75cd1c", + "id": "0f96ae13-b72f-46a4-a334-310008f77837", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -30835,7 +30835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49f097ea-af36-4e26-9332-3dcbe2b1615d", + "id": "558f31e3-51ba-44f3-a164-a511d7e2efa4", "name": "Validation Error", "originalRequest": { "url": { @@ -30904,7 +30904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18ac6138-4f10-42e3-9ff6-d26d09c2ff0e", + "id": "4963f45f-83c1-4a33-94c6-6bb935661d7a", "name": "Rate limit reached", "originalRequest": { "url": { @@ -30979,7 +30979,7 @@ } }, { - "id": "1bd348f9-ccca-4615-9bdc-124b7c54a019", + "id": "c630b2fb-5bec-44e7-a815-600f59168682", "name": "Find Tolls", "request": { "name": "Find Tolls", @@ -31128,7 +31128,7 @@ }, "response": [ { - "id": "de17eb5c-09a4-4536-883f-46a93527db33", + "id": "9122f692-fd7a-4825-bdba-68403c91a4a9", "name": "Successful Response", "originalRequest": { "url": { @@ -31269,12 +31269,12 @@ "value": "application/json" } ], - "body": "{\n \"status\": \"\",\n \"routes\": [\n {\n \"overview_polyline\": {\n \"points\": \"\"\n },\n \"bounds\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"legs\": [\n {\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"tolls\": [\n {\n \"key_0\": 3900.6223502388048\n },\n {\n \"key_0\": 5178,\n \"key_1\": \"string\"\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": 8787.2193589621,\n \"key_1\": 9866.69184290433,\n \"key_2\": 8896.156357131933\n },\n {\n \"key_0\": \"string\"\n }\n ]\n },\n {\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"tolls\": [\n {\n \"key_0\": \"string\",\n \"key_1\": 7835.185502109712,\n \"key_2\": 7239\n },\n {\n \"key_0\": 1658\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": 103\n },\n {\n \"key_0\": 9975.818676839386,\n \"key_1\": \"string\",\n \"key_2\": 5158.056831001114,\n \"key_3\": 9381.98702436539,\n \"key_4\": \"string\"\n }\n ]\n }\n ]\n },\n {\n \"overview_polyline\": {\n \"points\": \"\"\n },\n \"bounds\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"legs\": [\n {\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"tolls\": [\n {\n \"key_0\": true,\n \"key_1\": 8686.621930956213\n },\n {\n \"key_0\": \"string\"\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": false\n },\n {\n \"key_0\": false,\n \"key_1\": false\n }\n ]\n },\n {\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"tolls\": [\n {\n \"key_0\": \"string\",\n \"key_1\": true\n },\n {\n \"key_0\": \"string\"\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": 4422,\n \"key_1\": \"string\"\n },\n {\n \"key_0\": true\n }\n ]\n }\n ]\n }\n ]\n}", + "body": "{\n \"status\": \"\",\n \"routes\": [\n {\n \"overview_polyline\": {\n \"points\": \"\"\n },\n \"bounds\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"legs\": [\n {\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"tolls\": [\n {\n \"key_0\": 6125\n },\n {\n \"key_0\": \"string\",\n \"key_1\": 3669,\n \"key_2\": \"string\"\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": 2287.979333399628,\n \"key_1\": 5725\n },\n {\n \"key_0\": 8610\n }\n ]\n },\n {\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"tolls\": [\n {\n \"key_0\": 5105\n },\n {\n \"key_0\": 4741.256921959707,\n \"key_1\": 9556.441640140845\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": false\n },\n {\n \"key_0\": \"string\",\n \"key_1\": 2302.9945430627\n }\n ]\n }\n ]\n },\n {\n \"overview_polyline\": {\n \"points\": \"\"\n },\n \"bounds\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"legs\": [\n {\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"tolls\": [\n {\n \"key_0\": \"string\",\n \"key_1\": 2305.7505748761064\n },\n {\n \"key_0\": 1988.7143562600106,\n \"key_1\": 5627\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": \"string\",\n \"key_1\": 6120\n },\n {\n \"key_0\": 4619.113232624041,\n \"key_1\": true\n }\n ]\n },\n {\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"tolls\": [\n {\n \"key_0\": false\n },\n {\n \"key_0\": \"string\",\n \"key_1\": true\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": false\n },\n {\n \"key_0\": false,\n \"key_1\": 4285.463168254777\n }\n ]\n }\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0445ebeb-1635-47cc-8b31-ddd6d6af8432", + "id": "df1bcc4c-08ce-458a-9404-ee9c973f66e8", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -31420,7 +31420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb4c7d53-ef7b-4b13-a2cf-64f42b85f276", + "id": "e9947cc5-e792-4c68-aed2-174bedcc5a4e", "name": "Out of free quota.", "originalRequest": { "url": { @@ -31566,7 +31566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c9dc00d-59a4-4e35-b7bc-aa6007261b76", + "id": "ff99971e-b614-42df-9ff0-5029dd967adc", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -31712,7 +31712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6e8a501-5172-4715-9e23-b221e7f7c863", + "id": "ec993b4a-3dcf-4cd0-862c-364076501eff", "name": "Validation Error", "originalRequest": { "url": { @@ -31858,7 +31858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5948d6f-3689-436c-8a3c-14f1cd1fe665", + "id": "1b784f21-7c9e-4eed-a9ca-2d08792d424b", "name": "Rate limit reached", "originalRequest": { "url": { @@ -32024,7 +32024,7 @@ } ], "info": { - "_postman_id": "44a3a98c-4049-4272-9057-b29909fb7f75", + "_postman_id": "bd05b58e-9d8c-454e-8814-1028655f14b7", "name": "Woosmap Platform API Reference", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": {