- Backhub Api
- General
- Accounting
- Apps
- Settings
- Definitions
- Branches
- 🥷 Enterprise
Index
Designing
GET
/branches
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 *****************
Responses
🟢200Success
application/json
Body
result
array[string]
required
Example
{
"result": [
"string"
]
}
Modified at 2024-10-25 18:25:40