List Branches
GET {{baseUrl}}/branches?page=1
You can list all branches related to your store directly from this endpoint.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | number | The Pagination page number |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":200,"success":true,"data":[{"id":566629049,"name":"المستودع الرئيسي","status":"active","location":{"lat":"21.3910788","lng":"39.884588800000074"},"contacts":{"phone":"123456789","whatsapp":"","telephone":""},"preparation_time":null,"is_open":false,"closest_time":null,"working_hours":[],"is_cod_available":true,"is_default":true,"type":[],"cod_cost":"0.00","country":{"id":1473353380,"name":"السعودية","name_en":"Saudi Arabia","code":"SA","mobile_code":"+966"},"city":{"id":3,"name":"مكة","name_en":"Mecca"}},{"id":1889132683,"name":"السلامة","status":"active","location":{"lat":"30.0778","lng":"31.2852"},"contacts":{"phone":"+966555555555","whatsapp":"+966555555555","telephone":"0555555555"},"preparation_time":"3 ساعات","is_open":false,"closest_time":{"from":"00:00","to":"23:00"},"working_hours":[{"name":"السبت","times":[{"from":"00:00","to":"23:00"}]},{"name":"الأحد","times":[{"from":"01:00","to":"05:00"},{"from":"07:00","to":"19:00"}]}],"is_cod_available":true,"is_default":false,"type":[],"cod_cost":"20.00","country":{"id":1723506348,"name":"مصر","name_en":"Egypt","code":"EG","mobile_code":"+20"},"city":{"id":50076,"name":"CAIRO","name_en":"CAIRO"}}],"pagination":{"count":2,"total":2,"perPage":15,"currentPage":1,"totalPages":1,"links":[]}}