Uberall API (20250204)
Enhance your application with Uberall's comprehensive API documentation
https://docs.uberall.com/_mock/apis/swagger/
https://uberall.com/api/
- Mock server
https://docs.uberall.com/_mock/apis/swagger/collections/{id}
https://uberall.com/api/collections/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.uberall.com/_mock/apis/swagger/collections/{id}' \
-H 'accessToken: YOUR_API_KEY_HERE'
{ "status": "SUCCESS", "message": "string", "warnings": [ "string" ], "response": { "collection": { … } } }
ContentCollection object to delete
Mandatory - the type of content collection. Values can be: MENU, PEOPLE, PRODUCTS, SERVICES, or CUSTOM
Location Ids that should be associated with this collection
Special field for FE indicating if the collection is read-only for the logged in user
Only applicable to Menu content collections - indicates the cuisine the restaurant serves
- Mock server
https://docs.uberall.com/_mock/apis/swagger/collections/{id}
https://uberall.com/api/collections/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://docs.uberall.com/_mock/apis/swagger/collections/{id}' \
-H 'Content-Type: application/json' \
-H 'accessToken: YOUR_API_KEY_HERE' \
-d '{
"id": 0,
"identifier": "string",
"name": "string",
"description": "string",
"type": "MENU",
"contentLists": [
{
"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."
}
]
}
],
"locationIds": [
0
],
"isReadOnly": false,
"cuisineType": "AMERICAN",
"url": "string"
}'
No content
ContentCollection object to update
Mandatory - the type of content collection. Values can be: MENU, PEOPLE, PRODUCTS, SERVICES, or CUSTOM
Location Ids that should be associated with this collection
Special field for FE indicating if the collection is read-only for the logged in user
Only applicable to Menu content collections - indicates the cuisine the restaurant serves
- Mock server
https://docs.uberall.com/_mock/apis/swagger/collections/{id}
https://uberall.com/api/collections/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PATCH \
'https://docs.uberall.com/_mock/apis/swagger/collections/{id}' \
-H 'Content-Type: application/json' \
-H 'accessToken: YOUR_API_KEY_HERE' \
-d '{
"id": 0,
"identifier": "string",
"name": "string",
"description": "string",
"type": "MENU",
"contentLists": [
{
"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."
}
]
}
],
"locationIds": [
0
],
"isReadOnly": false,
"cuisineType": "AMERICAN",
"url": "string"
}'
{ "status": "SUCCESS", "message": "string", "warnings": [ "string" ], "response": { "collection": { … } } }
Social Posting
Products - Social Posting