Backhub
Mail ile İletişime Geç
Github
  1. Branches
  • Backhub Api
  • General
    • Info
      GET
  • Accounting
    • Muhasip Api
    • Contacts
      • Index
      • Details
      • Create
      • Update
      • Delete
      • Archive
      • unArchive
    • Accounts
      • Index
      • Create
      • Edit
      • Delete
      • Archive
      • unArchive
      • Extract
  • Apps
    • Bank
      • Index
      • Check
      • Transactions
      • setStatus
    • Payment
      • Commission
      • Create
      • Status
      • Update
      • Delete
  • Settings
    • Definitions
      • Index
      • Create
      • Edit
      • Delete
    • Branches
      • Sections
        • Index
        • Detail
        • Create
        • Update
        • Delete
      • Index
        GET
      • Details
        GET
      • Create
        POST
      • Update
        PUT
      • Delete
        DELETE
  • 🥷 Enterprise
    • ⏲️ Energy
      • Energy Api
      • Facility
        • Info
        • lastPeriod
        • Periods
      • Periods
        • Detail
      • Meters
        • Index
        • Streams
      • Stream
        • Ping
        • Read
        • TelegramDecode
    • tahsilat.io
  1. Branches

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
Previous
Delete
Next
Details
Built with