Uberall API (20250204)
Enhance your application with Uberall's comprehensive API documentation
Download OpenAPI description
Overview
Languages
Servers
Mock server
https://docs.uberall.com/_mock/apis/swagger/
https://uberall.com/api/
Query
The countries you want data points' statistics for. ISO 3166-1 alpha-2 codes
Types of datapoints you want inbox statistics for
Example: dataPointTypes=[PHOTO, REVIEW, CHECKIN]
The min date of the last interaction with a DataPoint as unix timestamp in milliseconds
Example: minThreadActionDate=1514764800000
The max date of the last interaction with a DataPoint as unix timestamp in millisecond
Example: maxThreadActionDate=1514764800000
- Mock server
https://docs.uberall.com/_mock/apis/swagger/data-points/statistics
https://uberall.com/api/data-points/statistics
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.uberall.com/_mock/apis/swagger/data-points/statistics?businessIds=string&countries=string&locationIds=string&dataPointTypes=%5BPHOTO%2C+REVIEW%2C+CHECKIN%5D&directoryTypes=string&ratings=string&minActionDate=string&maxActionDate=string&minThreadActionDate=1514764800000&maxThreadActionDate=1514764800000&query=string&read=true&replied=true' \
-H 'accessToken: YOUR_API_KEY_HERE'
Success
Enum"SUCCESS""QUOTA_LIMIT_EXCEED""NOT_AUTHORIZED""FORBIDDEN""BAD_ACCESS_TOKEN""BAD_PRIVATE_KEY""BAD_PUBLIC_KEY""MISSING_PARAMETER""INVALID_PARAMETER""WRONG_PARAMETER_TYPE"
Datapoint statistics response Model
Example: {"totalCount":100,"photoCount":20,"postCount":30,"reviewCount":25,"checkinCount":10,"questionCount":5,"ratingCount":15,"unreadCount":8,"pendingApprovalCount":3,"averageRating":4.2,"directories":{"GOOGLE":{"REVIEW":10,"PHOTO":5,"QUESTION":2,"CHECKIN":"NOT_SUPPORTED"},"FACEBOOK":{"REVIEW":8,"PHOTO":3,"CHECKIN":12,"QUESTION":0}}}
Response
application/json
{ "status": "SUCCESS", "message": "string", "warnings": [ "string" ], "response": { "totalCount": 100, "photoCount": 20, "postCount": 30, "reviewCount": 25, "checkinCount": 10, "questionCount": 5, "ratingCount": 15, "unreadCount": 8, "pendingApprovalCount": 3, "averageRating": 4.2, "directories": { … } } }
- Mock server
https://docs.uberall.com/_mock/apis/swagger/data-points/timeseries
https://uberall.com/api/data-points/timeseries
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.uberall.com/_mock/apis/swagger/data-points/timeseries?dataPointTypes=%5BPHOTO%2C+REVIEW%2C+CHECKIN%5D&directoryTypes=string&businessIds=string&zip=string&ratings=string&read=true&replied=true&countries=string' \
-H 'accessToken: YOUR_API_KEY_HERE'
Response
application/json
{ "status": "SUCCESS", "message": "string", "warnings": [ "string" ], "response": { "timeseries": [ … ] } }
Social Posting
Products - Social Posting