Enhance your application with Uberall's comprehensive API documentation
API Reference//
- Update a saved datapoint's filter
Get available filters for filtering data points
Create a new saved datapoint's filter
Get a saved datapoint's filter
Delete a saved datapoint's filter
List all saved datapoint's filters the user has access
Subscribe to a saved datapoint's filter
Unsubscribe from a saved datapoint's filter
Update a saved datapoint'...
Uberall API (20250708)
Download OpenAPI description
Overview
Languages
Servers
https://uberall.com/api/
Mock Server
https://docs.uberall.com/_mock/apis/swagger/
- https://uberall.com/api/data-points/filters/{id}
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/data-points/filters/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://uberall.com/api/data-points/filters/{id}?userId=0' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'Response
No contentBodyapplication/jsonrequired
A DataPointFilter object that needs to be updated
The list of directories for which the dataPoints should be filtered
Items Enum"FOURSQUARE""UBER""GOOGLE""WAZE""GOOGLE_MAPS""YELP""YELP_API""MEINESTADT""YELLOW_MAP""FOCUS"
The list of countries for which the dataPoints should be filtered
Items Enum"AF""AX""AL""DZ""AS""AD""AO""AI""AQ""AG"
The list of data point types (REVIEW or PHOTO) for which the dataPoints should be filtered
Items Enum"REVIEW""PHOTO""CHECKIN""CONVERSATION""COMMENT""QUESTION""POST""IMAGE""VIDEO""CAROUSEL_ALBUM"
The list of ratings (1, 2, 3, 4 or 5) for which the dataPoints should be filtered
Any combination of words that should be checked in the dataPoints text, reply messages and author
The frequency of the email notifications.
Enum"ALWAYS""DAILY""WEEKLY""MONTHLY""QUARTERLY""NEVER"
The date range for which the dataPoints should be filtered.
Enum"TODAY""LAST_7_DAYS""LAST_14_DAYS""LAST_30_DAYS""LAST_90_DAYS""LAST_365_DAYS""ALL_TIME"
The list of businesses IDs for which the dataPoints should be filtered
- https://uberall.com/api/data-points/filters/{id}
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/data-points/filters/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PATCH \
'https://uberall.com/api/data-points/filters/{id}' \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: YOUR_API_KEY_HERE' \
-d '{
"name": "string",
"shared": true,
"directories": [
"FOURSQUARE"
],
"countries": [
"AF"
],
"dataPointTypes": [
"REVIEW"
],
"ratings": [
0
],
"labels": [
"string"
],
"isRead": true,
"hasReply": true,
"hasText": true,
"query": "string",
"frequency": "ALWAYS",
"timeSpan": "TODAY",
"crossfeedFilterId": 0,
"dateEnd": "2019-08-24T14:15:22Z",
"dateStart": "2019-08-24T14:15:22Z",
"ownerId": 0,
"businessIds": [
0
],
"ownerName": "string",
"salesPartnerId": 0,
"subscriberIds": [
0
]
}'Response
application/json
{ "status": "SUCCESS", "message": "string", "warnings": [ "string" ], "response": { "dataPointFilter": { … } } }
- https://uberall.com/api/data-points/filters/list
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/data-points/filters/list
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://uberall.com/api/data-points/filters/list?userId=string' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'Response
application/json
{ "status": "SUCCESS", "message": "string", "warnings": [ "string" ], "response": { "dataPointFilters": [ … ] } }
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