Number of APIs: 2
GET {{baseUrl}}/updates?lat=<double>&lng=<double>&radius=<integer>&skip=<integer>&limit=<integer>&dry_run=<integer>
This endpoint returns the list of all companies (just the id).
2. {{baseUrl}}/updates/:timestamp
GET {{baseUrl}}/updates/:timestamp?lat=<double>&lng=<double>&radius=<integer>&skip=<integer>&limit=<integer>&dry_run=<integer>
This endpoint returns the list of all companies that have had updates after the time threshold passed via timestamp (just the id).
ENDPOINTS