Skip to main content
POST
Search stores

Authorizations

Authorization
string
header
required

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

Body

application/json
filters
object
required
limit
integer
default:25
Required range: 1 <= x <= 100
cursor
string | null
Pattern: ^cur_[A-Za-z0-9_-]+$

Response

A cursor-paginated list of stores matching the supplied filters.

object
string
required
Allowed value: "list"
data
object[]
required
has_more
boolean
required
next_cursor
string | null
required
request_id
string
required