sayren Docs
스토어 설정

스토어 정보 조회

GET
/v1/store
AuthorizationBearer <token>

userToken(계정 스코프) 또는 storeToken(스토어 스코프)

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/store"
{  "meta": {    "status": 200,    "code": "OK",    "message": "OK",    "isSuccess": true  },  "data": {    "storeId": "string",    "name": "string",    "storeCode": "string",    "storefrontUrl": "http://example.com",    "status": "ACTIVE",    "logoUrl": "http://example.com",    "businessNumber": "string",    "customerCenterPhone": "string",    "analyticsAllowedOrigins": [      "string"    ],    "storefrontOrigins": [      "string"    ],    "guestCheckoutEnabled": true,    "memberCount": 0,    "createdAt": "string"  },  "error": null}