Enhance your application with Uberall's comprehensive API documentation
Product Plans
Users
Business Connections
Businesses
Configuration
Sales Partners
Monitoring
Webhooks
Auto Response
Brand Data Points
Dashboard
Dashboard Exports
Data Point Filters
Data Points
Digital Asset Management
Near Me Check
Social Posting
Status Check
Store Finder
Templates
Batch Operation
Categories
Collection Management
Content List
Locations Data
Custom Items
Events
Listings
Labels
Location Groups
Menu Items
Persons
Locations Photos
Products
Service Items
Suggestions
Locations
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/product-plans
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/product-plans
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://uberall.com/api/product-plans?country=string' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'Response
No contentBodyapplication/jsonrequired
A Product Plan object
True, if this is the default ProductPlan. A new created business will get this product plan, if not declared differently.
One among PENDING_APPROVAL, ACTIVE, INACTIVE
Enum"ACTIVE""INACTIVE""PENDING_APPROVAL""DELETED"
List of directories supported by this plan
Items Enum"FOURSQUARE""UBER""GOOGLE""WAZE""GOOGLE_MAPS""YELP""YELP_API""MEINESTADT""YELLOW_MAP""FOCUS"
Mandatory if countryPrices is not populated. Define a global price for the Product Plan that gets applied for all countries
List of features supported by this plan
Items Enum"NEW_PHOTO_TYPES""ADS""ADS_READ""ADS_WRITE""ADVANCED_ANALYTICS_2_0""AI_KNOWLEDGEBASE""AI_LOCALISATION""AI_LOCATION_INFORMATION""AI_SUGGESTED_REPLIES""APPLE_POSTING"
- https://uberall.com/api/product-plans
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/product-plans
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://uberall.com/api/product-plans \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: YOUR_API_KEY_HERE' \
-d '{
"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
}'Response
No contentBodyapplication/jsonrequired
A Product Plan object
True, if this is the default ProductPlan. A new created business will get this product plan, if not declared differently
- https://uberall.com/api/product-plans/{id}
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/product-plans/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PATCH \
'https://uberall.com/api/product-plans/{id}' \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: YOUR_API_KEY_HERE' \
-d '{
"name": "string",
"identifier": "string",
"description": "string",
"defaultPlan": true,
"status": "ACTIVE"
}'Response
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 Connect to Cursor Install MCP server on Cursor Connect to VS Code Install MCP server on VS Code
Products - Social Posting