Enhance your application with Uberall's comprehensive API documentation
Uberall API (20250708)
https://uberall.com/api/
https://docs.uberall.com/_mock/apis/swagger/
Request
Check if there are any other Auto Response Rules that have status ACTIVE, apply to at least one of the businesses or locations in this request, and share at least one of the triggers in this request. When editing an existing Auto Response Rule, its id should be passed in ignoreRule so that it is not returned as a false positive.
A CheckConflictRequest object
List of business ids. Only check Auto Response Rules identified by the business ids listed in businesses
List of location ids. nly check Auto Response Rules identified by the location ids listed in locations
List of location ids that should be excluded from the check
Only check Auto Response Rules that also apply to these triggers, use ONE_STAR, TWO_STAR, THREE_STAR, FOUR_STAR and/or FIVE_STAR
https://uberall.com/api/auto-response/rules/check-conflict
- Mock Server
https://docs.uberall.com/_mock/apis/swagger/auto-response/rules/check-conflict
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://uberall.com/api/auto-response/rules/check-conflict \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: YOUR_API_KEY_HERE' \
-d '{
"businesses": [
0
],
"locations": [
0
],
"excludedLocations": [
0
],
"triggers": [
"string"
],
"ignoreRule": 0
}'
{ "status": "SUCCESS", "message": "string", "warnings": [ "string" ], "response": [ { … } ] }
https://uberall.com/api/auto-response/rules
- Mock Server
https://docs.uberall.com/_mock/apis/swagger/auto-response/rules
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://uberall.com/api/auto-response/rules?businesses=string&locations=string&excludedLocations=string&page=0&size=10&sort=string&direction=string' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'
Auto Response Rules retrieved.
The actual response object of the response
List of business ids that identify this Auto Response Rule
List of location ids that identify this Auto Response Rule
List of location ids that do not identify this Auto Response Rule, even when they might belong to a business that does identify this rule
Status of this Auto Response Rule, either ACTIVE or INACTIVE
Triggers that apply to this Auto Response Rule, can be ONE_STAR, TWO_STAR, THREE_STAR, FOUR_STAR and/or FIVE_STAR
The current user can edit this rule when they have access to all businesses and locations that identify this rule
No content
https://uberall.com/api/auto-response/rules
- Mock Server
https://docs.uberall.com/_mock/apis/swagger/auto-response/rules
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://uberall.com/api/auto-response/rules \
-H 'Content-Type: */*' \
-H 'X-API-KEY: YOUR_API_KEY_HERE' \
-d '[object Object]'
Auto Response Rule created
Rule Response
List of business ids that identify this Auto Response Rule
List of location ids that identify this Auto Response Rule
List of location ids that do not identify this Auto Response Rule, even when they might belong to a business that does identify this rule
Status of this Auto Response Rule, either ACTIVE or INACTIVE
Triggers that apply to this Auto Response Rule, can be ONE_STAR, TWO_STAR, THREE_STAR, FOUR_STAR and/or FIVE_STAR
The current user can edit this rule when they have access to all businesses and locations that identify this rule
No content
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
Products - Social Posting