Enhance your application with Uberall's comprehensive API documentation
Uberall API (20250708)
https://uberall.com/api/
https://docs.uberall.com/_mock/apis/swagger/
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
List of directories supported by this plan
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
https://uberall.com/api/product-plans
- Mock Server
https://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
}'
No content
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 Server
https://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"
}'
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