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/
- https://uberall.com/api/businesses/{id}
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/businesses/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://uberall.com/api/businesses/{id}' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'Response
No contentBodyapplication/jsonrequired
A Business object
Business type. One of SMB or ENTERPRISE
Enum"SMB""ENTERPRISE"
Example: "[SMB, ENTERPRISE]"
ID of the next product plan applied for the business on the defined effectiveDate
Date when the business automatically changes its product plan to the new product plan (defined by nextProductPlanId)
Custom fields allow for additional information to be added at the location level. All locations within the business will have the same list of custom fields.
True if the business is allowed to start a sync. Only relevant for Businesses with more than 10 locations.
- https://uberall.com/api/businesses/{id}
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/businesses/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PATCH \
'https://uberall.com/api/businesses/{id}' \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: YOUR_API_KEY_HERE' \
-d '{
"id": 0,
"name": "string",
"type": "[SMB, ENTERPRISE]",
"streetAndNo": "string",
"addressLine2": "building, floor...",
"province": "string",
"zip": "string",
"city": "string",
"identifier": "string",
"country": "AF",
"phone": "string",
"productPlan": {
"defaultPlan": true,
"description": "string",
"identifier": "string",
"name": "string",
"status": "ACTIVE",
"automationDirectories": [
"FOURSQUARE"
],
"billingPeriod": 0,
"countryPrices": [
{
"country": "AF",
"price": 0,
"marketDevelopmentFunds": 99,
"priceSetup": 0
}
],
"defaultMarketDevelopmentFunds": 0,
"defaultOriginalPrice": 0,
"defaultPrice": 0,
"defaultPriceSetup": 0,
"duration": 0,
"features": [
"NEW_PHOTO_TYPES"
],
"initialBillingPeriod": 0,
"initialDuration": 0
},
"preSync": true,
"dateCreated": "2019-08-24T14:15:22Z",
"status": "CREATED",
"countryPrices": [
{
"country": "AF",
"price": 0,
"marketDevelopmentFunds": 99,
"priceSetup": 0
}
],
"defaultOriginalPrice": 0,
"defaultPriceSetup": 0,
"defaultPrice": 0,
"nextProductPlanId": 0,
"priceRetail": 0,
"defaultCurrency": "string",
"effectiveDate": "2019-08-24T14:15:22Z",
"dateExpiration": "2019-08-24T14:15:22Z",
"contractDuration": 0,
"defaultPriceMin": 0,
"customFields": "string",
"businessSyncable": true,
"numOfLocations": 0
}'Response
No content- https://uberall.com/api/businesses/{id}/migrate
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/businesses/{id}/migrate
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://uberall.com/api/businesses/{id}/migrate?targetSalesPartnerId=string&targetWhiteLabelIdentifier=string' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'Response
application/json
{ "status": "SUCCESS", "message": "string", "warnings": [ "string" ], "response": { "business": { … } } }
Social AI ServiceCopy 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 AI Service