Skip to main content
GET
/
api
/
stores
List stores
curl --request GET \
  --url https://api.example.com/api/stores \
  --cookie better-auth.session_token=
[
  {
    "id": "<string>",
    "userId": "<string>",
    "name": "<string>",
    "active": true,
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "organizationId": "<string>",
    "description": "<string>"
  }
]

Authorizations

better-auth.session_token
string
cookie
required

Response

200 - application/json

Default Response

id
string
required
userId
string
required
name
string
required
active
boolean
required
createdAt
string
required
updatedAt
string
required
organizationId
string
description
string