API Reference//
- Fetches Uberall categories
Create a report
Get report by id and token
Fetches Uberall categorie...
Security
publicKey
- Near Me Check API Serverhttps://near-me-check.uberall.com/api/near-me-check/categories
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/near-me-check/categories
curl -i -X GET \
'https://near-me-check.uberall.com/api/near-me-check/categories?q=restaurant&categories=1&language=en' \
-H 'publicKey: YOUR_API_KEY_HERE'Response
[ { "name": "Supermarket", "fullName": "Retail > Supermarkets and Groceries > Supermarket", "id": 374, "parentId": 4221 }, { "name": "Superfund Site", "fullName": "Community and Government > Administrative Area > Superfund Site", "id": 2533, "parentId": 4270 }, { "name": "Superannuation Consultant", "fullName": "Businesses and Services > Financial > Superannuation Consultant", "id": 3930, "parentId": 4179 }, { "name": "License Plate Frames Supplier", "fullName": "Businesses and Services > Supplier > License Plate Frames Supplier", "id": 21, "parentId": 4136 } ]