Enhance your application with Uberall's comprehensive API documentation
Uberall API (20260101)
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 contentRequest
Create a new Product Plan. The new Product Plan will be always created into PENDING_APPROVAL status.
Security
X-API-KEY or Authorization
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_API""MEINESTADT""NOKIA_HERE""FACEBOOK""TOMTOM"
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"ADS""ADS_READ""ADS_WRITE""ADVANCED_ANALYTICS_2_0""AI_KNOWLEDGEBASE""AI_LOCALISATION""AI_LOCATION_INFORMATION""AI_SUGGESTED_REPLIES""APPLE_POSTING""APPLE_POSTING_WRITE"
- 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": [
"ADS"
],
"initialBillingPeriod": 0,
"initialDuration": 0
}'Response
No contentRequest
Update an existing Product Plan. Only defaultPlan, description, name, status are updatable via API.
Security
X-API-KEY or Authorization
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 AI Service
Products - Social AI Service