Skip to main content

List Stores (v1)

Method + Path

GET /v1/public/storefront/stores

Actual backend path: /v1/public/storefront/stores

Description

Get a list of all public storefronts. This endpoint is used to discover available stores.

Authentication

Not required - This is a public endpoint

Headers

HeaderTypeRequiredDescription
Content-TypestringYesapplication/json

Response (200)

{
"stores": [
{
"id": "507f1f77bcf86cd799439011",
"name": "My Store",
"slug": "my-store",
"description": "Store description"
}
]
}

Common Errors

  • 500 Internal Server Error: Server error