Enhance your application with Uberall's comprehensive API documentation
https://docs.uberall.com/_mock/apis/swagger/
https://uberall.com/api/
A ContentList object
The type of content list. One of SERVICES, PRODUCTS, MENU, PEOPLE or CUSTOM. The type cannot be updated after creation.
The list of item ids that should be included within this section of the Content Collection
https://docs.uberall.com/_mock/apis/swagger/content-lists
https://uberall.com/api/content-lists
curl -i -X POST \
https://docs.uberall.com/_mock/apis/swagger/content-lists \
-H 'Content-Type: application/json' \
-H 'accessToken: YOUR_API_KEY_HERE' \
-d '[
{
"title": "Lunch Menu",
"type": "MENU",
"dateCreated": "2019-08-24T14:15:22Z",
"lastUpdated": "2019-08-24T14:15:22Z",
"description": "string",
"itemIds": [
0
],
"translations": {}
}
]'
No content
https://docs.uberall.com/_mock/apis/swagger/content-lists/{id}
https://uberall.com/api/content-lists/{id}
curl -i -X GET \
'https://docs.uberall.com/_mock/apis/swagger/content-lists/{id}' \
-H 'accessToken: YOUR_API_KEY_HERE'
No content
https://docs.uberall.com/_mock/apis/swagger/content-lists/{id}
https://uberall.com/api/content-lists/{id}
curl -i -X DELETE \
'https://docs.uberall.com/_mock/apis/swagger/content-lists/{id}' \
-H 'accessToken: YOUR_API_KEY_HERE'
No content
Social Posting
Products - Social Posting