List Branches
Production
https://api.salla.dev/admin/v2
Production
https://api.salla.dev/admin/v2
GET
https://api.salla.dev/admin/v2
Branches
Last modified:2025-04-21 14:18:53
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.salla.dev/admin/v2/branches?page=4&is_default=true&keyword=Main Branch'
Response Response Example
200 - Example
{
"status": 200,
"success": true,
"data": [
{
"id": 1846327032,
"name": "مركز الجمال",
"status": "active",
"location": {
"lat": "30.0778",
"lng": "31.2852"
},
"street": "الرحمة",
"address_description": "123 شارع الرحمة",
"additional_number": "6666",
"building_number": "6666",
"local": "omm",
"postal_code": "66666",
"contacts": {
"phone": "+966508265874",
"whatsapp": "+966508265874",
"telephone": "012526886"
},
"preparation_time": "6",
"is_open": true,
"closest_time": "09:00",
"working_hours": [
{
"name": "السبت",
"times": [
{
"from": "09:00",
"to": "23:55"
}
]
},
{
"name": "الأحد",
"times": [
{
"from": "09:00",
"to": "23:55"
}
]
},
{
"name": "الإثنين",
"times": [
{
"from": "09:00",
"to": "23:55"
}
]
},
{
"name": "الثلاثاء",
"times": [
{
"from": "09:00",
"to": "23:55"
}
]
},
{
"name": "الأربعاء",
"times": [
{
"from": "09:00",
"to": "23:55"
}
]
},
{
"name": "الخميس",
"times": [
{
"from": "09:00",
"to": "23:55"
}
]
},
{
"name": "الجمعة",
"times": [
{
"from": "19:00",
"to": "23:55"
}
]
}
],
"is_cod_available": true,
"is_default": true,
"type": "branch",
"cod_cost": "5.00",
"country": {
"id": 1723506348,
"name": "مصر",
"name_en": "Egypt",
"code": "EG",
"mobile_code": "+20",
"capital": "Cairo"
},
"city": {
"id": 1355786303,
"name": "CAIRO",
"name_en": "CAIRO",
"country_id": 1723506348
}
},
{
"id": 1005180409,
"name": "فرع مول البستان",
"status": "active",
"location": {
"lat": "30.0778",
"lng": "31.2852"
},
"street": "اكتوبر",
"address_description": "65 حي الزعفران",
"additional_number": "8888",
"building_number": "14",
"local": "العاشر من رمضان",
"postal_code": "564325",
"contacts": {
"phone": "",
"whatsapp": "",
"telephone": ""
},
"preparation_time": "6",
"is_open": true,
"closest_time": "09:00",
"working_hours": [
{
"name": "السبت",
"times": [
{
"from": "09:00",
"to": "18:00"
}
]
},
{
"name": "الأحد",
"times": [
{
"from": "09:00",
"to": "18:00"
}
]
},
{
"name": "الأربعاء",
"times": [
{
"from": "06:00",
"to": "22:00"
}
]
}
],
"is_cod_available": true,
"is_default": false,
"type": "branch",
"cod_cost": "5.00",
"country": {
"id": 1723506348,
"name": "مصر",
"name_en": "Egypt",
"code": "EG",
"mobile_code": "+20"
},
"city": {
"id": 1355786303,
"name": "CAIRO",
"name_en": "CAIRO",
"country_id": 1723506348
}
}
],
"pagination": {
"count": 1,
"total": 1,
"perPage": 15,
"currentPage": 1,
"totalPages": 1,
"links": []
}
}
Request
Query Params
page
integer
optional
Example:
4
is_default
boolean
optional
Example:
true
keyword
string
optional
Example:
Main Branch
Responses
Modified at 2025-04-21 14:18:53