- Backhub Api
- General
- Accounting
- Apps
- Settings
- Definitions
- Branches
- 🥷 Enterprise
Details
Designing
GET
/branches/{id}
Last modified:2024-10-25 18:25:40
Request
Authorization
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************
Path Params
id
string
required
Responses
🟢200Success
application/json
Body
result
array[string]
required
Example
{
"result": {
"code": "38010",
"name": "Talas Şube",
"variables": [
{
"key": "Adres",
"value": "Adres Detay"
}
],
"createdDate": "2024-10-25T17:02:19.557Z",
"sectionSize": 3,
"id": "671bcf1b2bac439c521d2bcc"
},
"status": true
}
Modified at 2024-10-25 18:25:40