cURL
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>" }
Returns a single store by ID.
Default Response
Was this page helpful?