Skip to main content
GET
/
api
/
stores
/
{id}
Get store
curl --request GET \
  --url https://api.example.com/api/stores/{id} \
  --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

Path Parameters

id
string
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