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/
Bodyapplication/jsonrequired Array [ ]
A ContentList object
The type of content list. One of SERVICES, PRODUCTS, MENU, PEOPLE or CUSTOM. The type cannot be updated after creation.
Enum"MENU""PEOPLE""PRODUCTS""CUSTOM""SERVICES""EVENTS"
Language translations for the section title of a content collection
Example: {"hu":{"title":"Magyar"},"fr":{"title":"Titre Français"}}
https://uberall.com/api/content-lists
- Mock Server
https://docs.uberall.com/_mock/apis/swagger/content-lists
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://uberall.com/api/content-lists \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: YOUR_API_KEY_HERE' \
-d '[
{
"id": 0,
"title": "Lunch Menu",
"type": "MENU",
"description": "string",
"translations": {
"hu": {
"title": "Magyar"
},
"fr": {
"title": "Titre Français"
}
},
"items": [
{
"title": "string",
"description": "string",
"identifier": "string",
"listName": "string",
"id": 0,
"price": 0,
"currency": "EUR",
"category": "Starters, Drinks, Desert, etc.",
"image": {
"id": 0,
"url": "string",
"type": "LOGO",
"description": "string",
"uid": "string"
},
"url": "string",
"priceMax": 0,
"caloriesLow": 0,
"caloriesHigh": 0,
"allergens": "Eggs, Dairy, Wheat, etc.",
"dietaryRestrictions": "Vegetarian, Halal, etc."
}
]
}
]'
Response
No content
https://uberall.com/api/content-lists/{id}
- Mock Server
https://docs.uberall.com/_mock/apis/swagger/content-lists/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://uberall.com/api/content-lists/{id}' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'
Response
No content
https://uberall.com/api/content-lists/{id}
- Mock Server
https://docs.uberall.com/_mock/apis/swagger/content-lists/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://uberall.com/api/content-lists/{id}' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'
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
Products - Social Posting