Enhance your application with Uberall's comprehensive API documentation
https://docs.uberall.com/_mock/apis/swagger/
https://uberall.com/api/
https://docs.uberall.com/_mock/apis/swagger/product-plans
https://uberall.com/api/product-plans
curl -i -X GET \
'https://docs.uberall.com/_mock/apis/swagger/product-plans?country=string' \
-H 'accessToken: YOUR_API_KEY_HERE'
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.
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://docs.uberall.com/_mock/apis/swagger/product-plans
https://uberall.com/api/product-plans
curl -i -X POST \
https://docs.uberall.com/_mock/apis/swagger/product-plans \
-H 'Content-Type: application/json' \
-H 'accessToken: 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://docs.uberall.com/_mock/apis/swagger/product-plans/{id}
https://uberall.com/api/product-plans/{id}
curl -i -X PATCH \
'https://docs.uberall.com/_mock/apis/swagger/product-plans/{id}' \
-H 'Content-Type: application/json' \
-H 'accessToken: YOUR_API_KEY_HERE' \
-d '{
"name": "string",
"identifier": "string",
"description": "string",
"defaultPlan": true,
"status": "ACTIVE"
}'
No content
Social Posting
Products - Social Posting