Get statistics about the businesses the current user is managing: total and breakdown by status
Security
X-API-KEY or Authorization
- https://uberall.com/apihttps://uberall.com/api/businesses/statistics
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/businesses/statistics
- X-API-KEY
- Authorization
curl -i -X GET \
https://uberall.com/api/businesses/statistics \
-H 'X-API-KEY: YOUR_API_KEY_HERE'Successfully retrieved Business Statistics
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": {
"count": 0,
"countActive": 0,
"countWithoutLocations": 0,
"countWithLocations": 0
}
}