Uberall API (20250204)

Enhance your application with Uberall's comprehensive API documentation

Download OpenAPI description
Languages
Servers
Mock server

https://docs.uberall.com/_mock/apis/swagger/

https://uberall.com/api/

Users

Set up - Users

Operations

Business Connections

Set up - Business Connections

Operations

Businesses

Set up - Businesses

Operations

Configuration

Set up - Configuration

Operations

Sales Partners

Set up - Tenancy - Sales Partners

Operations

Monitoring

Set up - API Status

Operations

Product Plans

Set up - Tenancy - Product Plans

Operations

Webhooks

Set up - Tenancy - Sales Partners - Webhooks

Operations

Auto Response

Products - Auto Response

Operations

Brand Data Points

Products - Brand Data Points

Operations

Dashboard

Products - Analytics - Dashboard

Operations

Dashboard Exports

Products - Analytics - Dashboard Exports

Operations

Data Points

Products - Data Points

Operations

Data Point Filters

Products - Data Points - Data Point Filters

Operations

Templates

Products - Response Library - Templates

Operations

Social Posting

Products - Social Posting

Operations

Social Posting Templates

Products - Social Posting - Social Posting Templates

Operations

Digital Asset Management

Products - Digital Asset Management

Operations

Status Check

Products - Status Check

Operations

Store Finder

Products - Store Finder

Operations

Batch Operation

Locations Hub - Locations - Batch Operations (excel)

Operations

Categories

Locations Hub - Categories

Operations

Get Attributes for a specific Category

Request

Get all Attributes for the Category, Country and Language

Notes:
- Sent to Google and Apple maps
- Only the attributes available for the primary category of the location can be selected and setup

Path
idstringrequired

The Category id

Query
languagestring

The language to show the attributes in, this affects only the name of the results

countrystringrequired

The country to retrieve the attributes for

curl -i -X GET \
  'https://docs.uberall.com/_mock/apis/swagger/categories/{id}/attributes?country=string&language=string' \
  -H 'accessToken: YOUR_API_KEY_HERE'

Responses

Successfully retrieved attributes

Body*/*
statusstringrequired
Enum"SUCCESS""QUOTA_LIMIT_EXCEED""NOT_AUTHORIZED""FORBIDDEN""BAD_ACCESS_TOKEN""BAD_PRIVATE_KEY""BAD_PUBLIC_KEY""MISSING_PARAMETER""INVALID_PARAMETER""WRONG_PARAMETER_TYPE"
messagestring

(optional) Holds further information about the response

warningsArray of strings

(optional) Holds further warnings

responseobjectrequired

The actual response object of the response

response.​attributesArray of objects(AttributeWrapper)
Response
No content

Get All or Several Categories

Request

Get a list of all available location categories, or specific location categories based on the following parameters

Query
categoriesinteger(int64)

The uberall unique id of the category you want to get

qstring

Filter categories by a search query

Example: q=Auto
rootsboolean

Set to 'true' to show root categories as well (i.e., show all categories)

languagestringrequired

Show categories in the specified language. One of de, en, es, fr

maxinteger(int64)

Used for pagination. Maximum number of results per page. Default: 10

Example: max=10
offsetinteger(int64)

Offset used for pagination. Default: 0

curl -i -X GET \
  'https://docs.uberall.com/_mock/apis/swagger/categories?categories=0&language=string&max=10&offset=0&q=Auto&roots=true' \
  -H 'accessToken: YOUR_API_KEY_HERE'

Responses

Successfully retrieved categories

Bodyapplication/json
statusstringrequired
Enum"SUCCESS""QUOTA_LIMIT_EXCEED""NOT_AUTHORIZED""FORBIDDEN""BAD_ACCESS_TOKEN""BAD_PRIVATE_KEY""BAD_PUBLIC_KEY""MISSING_PARAMETER""INVALID_PARAMETER""WRONG_PARAMETER_TYPE"
messagestring

(optional) Holds further information about the response

warningsArray of strings

(optional) Holds further warnings

responseobjectrequired

The actual response object of the response

Response
application/json
{ "status": "SUCCESS", "message": "string", "warnings": [ "string" ], "response": {} }

Get available Google Structured Services for a specific Category

Request

GET the list of Google's structured services for a location's business category. Google does not have structured services for all business categories.

Path
idstringrequired

Category ID for retrieving services

Query
languagestring

The language the structured services should be returned in.

countrystringrequired

Available structured services vary by country, so a country is needed to provide the available structured services from Google.

curl -i -X GET \
  'https://docs.uberall.com/_mock/apis/swagger/categories/{id}/google-services?country=string&language=string' \
  -H 'accessToken: YOUR_API_KEY_HERE'

Responses

Successfully retrieved Google Services

Body*/*
statusstringrequired
Enum"SUCCESS""QUOTA_LIMIT_EXCEED""NOT_AUTHORIZED""FORBIDDEN""BAD_ACCESS_TOKEN""BAD_PRIVATE_KEY""BAD_PUBLIC_KEY""MISSING_PARAMETER""INVALID_PARAMETER""WRONG_PARAMETER_TYPE"
messagestring

(optional) Holds further information about the response

warningsArray of strings

(optional) Holds further warnings

responseobjectrequired

The actual response object of the response

response.​googleServicesArray of objects(GoogleServiceItem)
Response
No content

Collection Management

Locations Hub - Collections - Collection Management

Operations

Content List

Locations Hub - Collections - Content List

Operations

Locations Data

Locations Hub - Locations Data

Operations

Custom Items

Locations Hub - Collections - Custom Items

Operations

Events

Locations Hub - Collections - Events

Operations

Listings

Locations Hub - Locations - Listings

Operations

Labels

Locations Hub - Labels

Operations

Location Groups

Locations Hub - Location Groups

Operations

Persons

Locations Hub - Locations - Persons

Operations

Locations Photos

Locations Hub - Locations Photos

Operations

Products

Locations Hub - Locations - Product

Operations

Service Items

Locations Hub - Locations - Service Items

Operations

Suggestions

Locations Hub - Locations - Suggestions

Operations