Enhance your application with Uberall's comprehensive API documentation
Uberall API (20250708)
Download OpenAPI description
Overview
Languages
Servers
https://uberall.com/api/
Mock Server
https://docs.uberall.com/_mock/apis/swagger/
Query
Types of datapoints you want inbox items for
Example: dataPointTypes=[PHOTO, REVIEW, CHECKIN]
The min date of the DataPoint as unix timestamp in milliseconds
Example: minActionDate=1514764800000
The max date of the DataPoint as unix timestamp in milliseconds
Example: maxActionDate=1514764800000
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 milliseconds
Example: maxThreadActionDate=1514764800000
- https://uberall.com/api/data-points
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/data-points
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://uberall.com/api/data-points?max=0&page=0&labels=string&countries=string&businessIds=string&locationIds=string&zip=string&dataPointTypes=%5BPHOTO%2C+REVIEW%2C+CHECKIN%5D&directoryTypes=string&ratings=string&read=true&replied=true&text=true&query=string&minActionDate=1514764800000&maxActionDate=1514764800000&minThreadActionDate=1514764800000&maxThreadActionDate=1514764800000&fieldMask=string' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'Response
application/json
{ "status": "SUCCESS", "message": "string", "warnings": [ "string" ], "response": { "inbox": { … } } }
- https://uberall.com/api/data-points/{id}/reply
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/data-points/{id}/reply
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PATCH \
'https://uberall.com/api/data-points/{id}/reply?reply=string' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'Response
No contentQuery
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
- https://uberall.com/api/data-points/statistics
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/data-points/statistics
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://uberall.com/api/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 'X-API-KEY: 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": [ { … } ] }
Social PostingCopy for LLM Copy page as Markdown for LLMs View as Markdown Open this page as Markdown Open in ChatGPT Get insights from ChatGPT Open in Claude Get insights from Claude Connect to Cursor Install MCP server on Cursor Connect to VS Code Install MCP server on VS Code
Products - Social Posting