Flavours API Documentation
    Flavours API Documentation
    • Readme
    • Developer Guide
    • Authorization
    • Includables
    • Pagination
    • Sorting
    • Retrieve Market Information
    • Retrieve Branch Information
    • Me
      • Overview
      • Detail
        GET
    • Branches
      • Overview
      • List
        GET
      • Detail
        GET
      • Create
        POST
      • Update
        POST
      • Delete
        DELETE
    • Orders
      • Overview
      • List
        GET
      • Detail
        GET
      • Create
        POST
      • Calculate
        POST
      • Checkout
        POST
      • Update
        POST
      • Sync
        POST
    • Customers
      • Overview
      • List
        GET
      • Detail
        GET
      • Create
        POST
      • Update
        POST
    • Products
      • Overview
      • List
      • Detail
      • Create
      • Update
      • Delete
    • Product Categories
      • Overview
      • List
      • Detail
    • Discounts
      • Overview
      • List
      • Detail
      • Verify
    • Payment Methods
      • Overview
      • List
      • Detail
    • Table
      • Overview
      • List
      • Detail
      • Create
      • Update
      • Delete
    • Printer
    • Webhook
      • Orders Webhooks
        • Webhook Events
        • Payload
      • Product Webhooks
        • Webhook Events
        • Payload
      • Loyalty Webhooks
        • Promotional Coupon
      • Customers Webhooks
        • Webhook Events
        • Payload
      • Error Webhook
        • Stay Alert to Connectivity Issues
      • Third-Party
        • Ballurh
          • Install Ballurh
        • Loyapro
          • Loyalty
            • Check Reward
            • Redeem Reward
        • Bonat
          • Check Reward
          • Redeem Reward
        • Fai
          • Register Entity

    Retrieve Branch Information

    Some of end point require branch information like branch_id for request. There are 2 ways to retrieve it.
    1.
    We can retrieve it using /branches list information.
    2.
    Using /me end point if the user has branch information.

    Retrieve Branch Information with /branches#

    1.
    Go to /branches list end point
    4.png
    2.
    Click "Try it out" button
    7.png
    3.
    Send the request
    Make sure to set the API-TOKEN header for the authorization first.
    6.png
    The response will be a list of branches information.

    Retrieve Branch Information with /me#

    1.
    Go to /me end point
    3.png
    2.
    Click "Try it out" button
    1.png
    3.
    Send the request
    Make sure to set the API-TOKEN header for the authorization first.
    5.png
    Branch information can be retrieved at userable.branch field which related to user
    Previous
    Retrieve Market Information
    Next
    Overview
    Built with