New: Stripe & TossPayments integration guides now available →
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"
}
]
}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"
}
]
}