List storefronts
Use this when the user wants to discover storefronts on their Marea account.
Returns the bearer user’s storefronts ordered by createdAt DESC, paginated. published is omitted from list items — call GET /v1/storefronts/{storefrontId} for the live publish status. Use the returned nextCursor (ISO createdAt) for the next page.
Authorizations
Marea API key. mk_dev_* keys are developer-scoped (bootstrap, list users, register webhook). mk_user_* keys are user-scoped (manage that one user's storefronts/products). Scopes: catalog:read, catalog:write, storefront:publish, me:verify, me:resendVerification, developer:bootstrap, developer:read, developer:issueUserKey, developer:webhooks.
Headers
BCP-47 locale tag for localized error messages (es, en, pt). Defaults to es.
"es-MX"
Query Parameters
Page size (default 50, max 50).
1 <= x <= 5050
Opaque ISO-8601 createdAt cursor returned by the previous page response.