API Reference//
- Get available and potential features for a specific location
Get All Directory Brands
Create Directory Brand
Get All Directories details by country
Get available and potential features per location (business)
Get available and potenti...
Returns the feature data for a single location as a flat object. Returns null if the location does not exist or is not accessible to the caller.
Security
X-API-KEY or Authorization
- https://uberall.com/apihttps://uberall.com/api/features/locations/{locationId}
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/features/locations/{locationId}
- X-API-KEY
- Authorization
curl -i -X GET \
'https://uberall.com/api/features/locations/{locationId}' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'Features successfully retrieved
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": { "id": 0, "businessId": 0, "currentFeatures": [ … ], "potentialFeatures": [ … ], "limitReached": [ … ], "status": "CREATED" } }