Uberall API (20250204)
Enhance your application with Uberall's comprehensive API documentation
Download OpenAPI description
Overview
Languages
Servers
Mock server
https://docs.uberall.com/_mock/apis/swagger/
https://uberall.com/api/
- Mock server
https://docs.uberall.com/_mock/apis/swagger/content-lists/{id}
https://uberall.com/api/content-lists/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.uberall.com/_mock/apis/swagger/content-lists/{id}' \
-H 'accessToken: YOUR_API_KEY_HERE'
Response
No content
- Mock server
https://docs.uberall.com/_mock/apis/swagger/content-lists/{id}
https://uberall.com/api/content-lists/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://docs.uberall.com/_mock/apis/swagger/content-lists/{id}' \
-H 'accessToken: YOUR_API_KEY_HERE'
Response
No content
Body*/*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"
- Mock server
https://docs.uberall.com/_mock/apis/swagger/content-lists/{id}
https://uberall.com/api/content-lists/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PATCH \
'https://docs.uberall.com/_mock/apis/swagger/content-lists/{id}' \
-H 'Content-Type: */*' \
-H 'accessToken: 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"
Content List Translations Details
Example: {"hu":{"title":"Magyar"},"fr":{"title":"Titre Français"}}
Response
application/json
{ "id": 0, "title": "Lunch Menu", "type": "MENU", "description": "string", "translations": { "hu": { … }, "fr": { … } }, "items": [ { … } ] }
Social Posting
Products - Social Posting