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

Get Feed

Request

Get the Feed of latest activities related to the managed locations

Query
businessIdsArray of integers(int64)

The ids of the businesses you want feed items for

locationIdsArray of integers(int64)

The ids of the locations you want feed items for

textFilterstring

Filter locations to get feed for by name, zip, street, city, label

Example: textFilter=Berlin
dateOffsetstring

returns data up to this date, default is now

maxItemsinteger(int64)

The maximum number of feed items to return

curl -i -X GET \
  'https://docs.uberall.com/_mock/apis/swagger/dashboard/feed?businessIds=0&dateOffset=string&locationIds=0&maxItems=0&textFilter=Berlin' \
  -H 'accessToken: YOUR_API_KEY_HERE'

Responses

Successfully retrieved feed items

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

Feed item Model

response.​datestring(date-time)

Action date of the feed item

response.​typestring

The Feed item type, one of [INTERACTION, TRACKING, LOCATION_EVENT, LISTING_EVENT]

Enum"INTERACTION""TRACKING""LOCATION_EVENT""LISTING_EVENT"
response.​propertiesobject

Map containing the specific information related to the Feed

Response
No content

Get Insights Data

Request

Get Insights Data

Query
businessIdsArray of integers(int64)

The ids of the businesses you want insights data for

locationIdsArray of integers(int64)

The ids of the locations you want insights data for

textFilterstring

Filter locations to get insights data for by name, zip, street, city, label

Example: textFilter=Berlin
typestringrequired

The directory you want insights for. Can be GOOGLE, FACEBOOK, BING or YELP_API

startDatestring(date)

The start date YYYY-MM-DD

endDatestring(date)

The end date YYYY-MM-DD

groupstring

How to group the results, one of: HOUR (only for ACTIONS-PHONE), DAY, WEEK, MONTH, YEAR

metricsArray of strings

The types of metrics you want to get

curl -i -X GET \
  'https://docs.uberall.com/_mock/apis/swagger/dashboard/insights-data?businessIds=0&endDate=2019-08-24&group=string&locationIds=0&metrics=string&startDate=2019-08-24&textFilter=Berlin&type=string' \
  -H 'accessToken: YOUR_API_KEY_HERE'

Responses

Successfully retrieved insights data

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.​metricsArray of objects(Metric)

List of metrics

Example: [{"name":"ACTIONS_WEBSITE","data":[{"period":"2025-04-01","count":683},{"period":"2025-04-02","count":658}]},{"name":"ACTIONS_PHONE","data":[{"period":"2025-04-01","count":840},{"period":"2025-04-02","count":886}]},{"name":"ACTIONS_DRIVING_DIRECTIONS","data":[{"period":"2025-04-01","count":11097},{"period":"2025-04-02","count":11332}]},{"name":"BUSINESS_IMPRESSIONS_DESKTOP_MAPS","data":[{"period":"2025-04-01","count":8436},{"period":"2025-04-02","count":8248}]},{"name":"BUSINESS_IMPRESSIONS_MOBILE_MAPS","data":[{"period":"2025-04-01","count":131141},{"period":"2025-04-02","count":133253}]},{"name":"BUSINESS_CONVERSATIONS","data":[]},{"name":"BUSINESS_BOOKINGS","data":[]}]
response.​matchedLocationsCountinteger(int32)

The number of locations matching the filter which the insights are returned for

Response
No content

Get Insights Warnings

Request

Get the Insights warnings. The list of locations/accounts connected/unconnected, which need a user action to be able collecting insights for.

Query
businessIdsArray of integers(int64)

The ids of the businesses you want insights data warnings for

locationIdsArray of integers(int64)

The ids of the locations you want insights data warnings for

textFilterstring

Filter locations to get insights data warnings for by name, zip, street, city, label

Example: textFilter=Berlin
typestring

The directory you want insights warnings for

maxinteger(int64)

Used for pagination. Maximum number of results per page

offsetinteger(int64)

Offset used for pagination. Default: 0

curl -i -X GET \
  'https://docs.uberall.com/_mock/apis/swagger/dashboard/insights-data/warnings?businessIds=0&locationIds=0&max=0&offset=0&textFilter=Berlin&type=string' \
  -H 'accessToken: YOUR_API_KEY_HERE'

Responses

Successfully retrieved insights data warnings

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

UserMissingConnectionWarnings Model

Example: {"connectedLocations":[{"type":"GOOGLE","count":100},{"type":"FACEBOOK","count":50}],"notConnectedLocations":[{"type":"GOOGLE","count":5},{"type":"FACEBOOK","count":10}],"warnings":{"missingConnection":{"locations":[{"id":1,"type":"FACEBOOK","name":"Example Location","city":"Sample City","country":"XX","addressLine1":"123 Sample Street"},{"id":2,"type":"GOOGLE","name":"Another Location","city":"Testville","country":"XX","addressLine1":"456 Test Road"}],"totalLocationsCount":10,"totalBusinessesCount":1},"missingPermission":{"accounts":[],"totalLocationsCount":0}},"totalItemsCount":160,"max":20,"offset":0}
response.​warningsobject

A Map with keys as missingConnection and missingPermission. missingConnection is a Map with list of all connections missing connection. missingPermission is a Map with the list of accounts connected, but missing a required permission for insights.

Example: {"missingConnection":{"locations":[{"id":1,"type":"FACEBOOK","name":"Example Location","city":"Sample City","country":"XX","addressLine1":"123 Sample Street"},{"id":2,"type":"GOOGLE","name":"Another Location","city":"Testville","country":"XX","addressLine1":"456 Test Road"}],"totalLocationsCount":10,"totalBusinessesCount":1},"missingPermission":{"accounts":[],"totalLocationsCount":0}}
response.​totalItemsCountinteger(int32)

Used for pagination. Total number of results of the request

Example: 160
response.​maxinteger(int32)

Used for pagination. Maximum number of results per page

Example: 20
response.​offsetinteger(int32)

Offset used for pagination. Default: 0

response.​connectedLocationsArray of objects(ConnectedLocationsDetails)

A Map with key as directory types and values the number of connected locations

Example: [{"type":"GOOGLE","count":100},{"type":"FACEBOOK","count":50}]
response.​notConnectedLocationsArray of objects(ConnectedLocationsDetails)

A Map with key as directory types and values the number of not connected locations

Example: [{"type":"GOOGLE","count":5},{"type":"FACEBOOK","count":10}]
Response
No content

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

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