Country Details
GET https://api.salla.dev/admin/v2/countries/:country
This endpoint allows you to return the complete details for a specific country by providing the ID of the country you want to get its details in the country path parameter.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"success":"\u003cboolean\u003e","status":"\u003cnumber\u003e","data":{"id":"\u003cinteger\u003e","name":"\u003cstring\u003e","name_en":"\u003cstring\u003e","code":"\u003cstring\u003e","mobile_code":"\u003cstring\u003e"}}