API Reference//
- Returns a list of the last searches
Initiate a Search
Search in a Directory
Returns a list of the las...
Returns a list of the last searches
Security
X-PUBLIC-API-KEY
- https://uberall.com/apihttps://uberall.com/api/search
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/search
curl -i -X GET \
'https://uberall.com/api/search?max=50&offset=0' \
-H 'X-PUBLIC-API-KEY: YOUR_API_KEY_HERE'Successfully retrieved status reports
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": {
"results": [
{
"id": 0,
"name": "string",
"street": "string",
"streetNo": "string",
"city": "string",
"zip": "string",
"country": "AF",
"token": "string"
}
],
"offset": 0,
"max": 10,
"count": 100
}
}