Configuration
Users
Business Connections
Businesses
Sales Partners
Monitoring
Product Plans
Webhooks
Auto Response
Brand Data Points
Dashboard
Dashboard Exports
Data Point Filters
Data Points
Digital Asset Management
Homepage
Near Me Check
Review Generation
Social AI
Social Posting
Status Check
Store Finder
Templates
Batch Operation
Categories
Collection Management
Content List
Locations Data
Custom Items
Events
Listings
Faq Items
Labels
Location Groups
Menu Items
Persons
Locations Photos
Products
Service Items
Suggestions
Rules Engine
Returns a list of directory brands for the given account and directory
Security
X-API-KEY or Authorization
- https://uberall.com/apihttps://uberall.com/api/directory-brand/sales-partner/{salesPartnerId}/user-account/{accountId}/{directoryType}
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/directory-brand/sales-partner/{salesPartnerId}/user-account/{accountId}/{directoryType}
- X-API-KEY
- Authorization
curl -i -X GET \
'https://uberall.com/api/directory-brand/sales-partner/{salesPartnerId}/user-account/{accountId}/{directoryType}' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'Successfully retrieved Directory Brands
Enum:"SUCCESS""PENDING""QUOTA_LIMIT_EXCEED""NOT_AUTHORIZED""FORBIDDEN""BAD_ACCESS_TOKEN""BAD_PRIVATE_KEY""BAD_PUBLIC_KEY""MISSING_PARAMETER""INVALID_PARAMETER"
Response
{
"status": "SUCCESS",
"message": "string",
"warnings": [
"string"
],
"response": {
"brands": [
{
"id": "1",
"names": [
"['BrandName1', 'BrandName2']"
],
"countryCode": "US",
"categories": [
{
"id": 0,
"type": "FOURSQUARE",
"name": "Autowerkstatt",
"externalId": "12345",
"parent": null,
"selectable": false,
"dateCreated": "2023-01-01T00:00:00Z",
"lastUpdated": "2023-01-01T00:00:00Z",
"country": "AF"
}
],
"urls": [
{}
],
"etag": "etag123",
"state": "active",
"locationsCount": 10,
"photos": {
"description": "string",
"sourceUrl": "string",
"identifier": "string",
"cropOffsetX": 0,
"cropOffsetY": 0,
"cropWidth": 0,
"cropHeight": 0
},
"ownershipType": "BRAND_OWNER"
}
],
"nextPageOffset": "10"
}
}