Config
Get valid country codes
Danh sách quốc gia hợp lệ cho shipping_address.country_code.
Authorization
ClientToken AuthorizationBearer <token>
Bearer token issued by Infinitee. Pass in the Authorization: Bearer <token> header.
In: header
Response Body
application/json
curl -X GET "https://example.com/v1/config/country-codes"{ "data": [ { "code": "string", "name": "string" } ]}
