Skip to main content
GET
Use this when the user wants to discover storefronts on their Marea account.

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
integer

Page size, 1–50. Defaults to 50.

Required range: 1 <= x <= 50
cursor
string

Opaque cursor from the previous response's nextCursor. Cursors minted before 2026-09 (raw ISO timestamps) are ignored and the page restarts from the beginning.

Response

Success

storefronts
object[]
required
nextCursor
string | null
required