{{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).

Request Params

KeyDatatypeRequiredDescription
latstringlatitude
lngstringlongitude
radiusstringradius in meters
skipstringyou can set a number of records you want to skip or the id of a company you want to start from
limitstringis used to set the maximum number of results required
dry_runstringsimulates a request by returning only the number of records found

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:[{&quot;id&quot;:&quot;61f2c4d69fb8571d19235463&quot;},{&quot;id&quot;:&quot;61f4r5y69fb8571d19237859&quot;}],&quot;success&quot;:true,&quot;message&quot;:&quot;&quot;,&quot;error&quot;:null}