API Reference//
- Get report by id and token
Fetches Uberall categories
Create a report
Get report by id and toke...
Security
publicKey
- Near Me Check API Serverhttps://near-me-check.uberall.com/api/report/{id}
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/report/{id}
curl -i -X GET \
'https://near-me-check.uberall.com/api/report/1?token=Qxcymb4T4Sr51hOz' \
-H 'publicKey: YOUR_API_KEY_HERE'Report with given id
Response
{ "id": 1, "token": "Qxcymb4T4Sr51hOz", "benchmark": { "category": { … }, "geography": { … } }, "location": { "alreadyManaged": true, "name": "Uberall", "categoryId": 213, "address": { … } }, "dateCreated": "2023-04-25T13:33:04.000+00:00", "statuses": { "locationAccuracyStatus": "FINISHED", "listingsDetailsStatus": "FINISHED" }, "locationAccuracy": { "dataFields": { … }, "listings": { … } }, "listingsDetails": [ { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … } ], "uncheckedDirectories": [ "YALWA", "OEFFNUNGSZEITENBUCH", "CYLEX", "TOMTOM", "NEXT_DOOR", "GO_YELLOW", "STADTBRANCHENBUCH", "MEINESTADT", "FOURSQUARE", "AUSKUNFT", "BAIDU", "DIALO", "TRIP_ADVISOR", "MARKTPLATZ_MITTELSTAND", "BROWNBOOK", "BUNDES_TELEFONBUCH", "WAZE", "BING", "BUSINESSBRANCHENBUCH", "FIND_OPEN", "KOOMIO", "UNTERNEHMENSAUSKUNFT", "APPLE_MAPS", "NOKIA_HERE", "BRANCHENBUCH_DEUTSCHLAND", "GOOGLE_MAPS", "GO_LOCAL", "WO_GIBTS_WAS", "UBER", "HOLIDAY_CHECK", "HUAWEI", "SIRI", "MICROSOFT_CORTANA", "GOOGLE_ASSISTANT", "ALEXA" ] }