Skip to main content
GET
Retrieve Store Information for Barcode Simulation

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer
default:50

Maximum number of stores to return per page. Must be between 1 and 10000.

Required range: 1 <= x <= 10000
radius
number<float>
default:5

Radius in miles to search for stores. Must be between 0.1 and 25 miles.

Required range: 0.1 <= x <= 25
lat
number<float>
required

Latitude of the store location for simulation

Example:

37.7749

lng
number<float>
required

Longitude of the store location for simulation

Example:

-122.4194

Response

Successful retrieval of store information

stores
object[]
required