Enhance your application with Uberall's comprehensive API documentation
API Reference//
- Delete a Content List
Get All Content Lists
Create a Content List
Get a Content List
Update a Content List
Delete a Content List
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/content-lists/{id}
- Mock Serverhttps://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 Serverhttps://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 contentBody*/*required
A ContentList object
Enum"SUCCESS""QUOTA_LIMIT_EXCEED""NOT_AUTHORIZED""FORBIDDEN""BAD_ACCESS_TOKEN""BAD_PRIVATE_KEY""BAD_PUBLIC_KEY""MISSING_PARAMETER""INVALID_PARAMETER""WRONG_PARAMETER_TYPE"
- https://uberall.com/api/content-lists/{id}
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/content-lists/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PATCH \
'https://uberall.com/api/content-lists/{id}' \
-H 'Content-Type: */*' \
-H 'X-API-KEY: YOUR_API_KEY_HERE' \
-d '[object Object]'Content List successfully updated
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"}}]
Response
application/json
{ "id": 0, "title": "Lunch Menu", "type": "MENU", "description": "string", "translations": [ { … } ], "items": [ { … } ] }
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