메인 콘텐츠로 건너뛰기
GET
/
admin
/
locales
로케일 목록 조회
curl --request GET \
  --url https://api.headlesscommerce.io/v1/admin/locales \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "locale": "<string>",
      "name": "<string>",
      "is_default": true,
      "created_at": "2023-11-07T05:31:56Z"
    }
  ]
}

인증

Authorization
string
header
필수

API Key. Example: sk_live_xxxxx or pk_live_xxxxx

응답

200 - application/json

성공

data
object[]