Retrieve Branch Information
branch
information like branch_id
for request. There are 2 ways to retrieve it.1.
/branches
list information.2.
/me
end point if the user has branch
information.Retrieve Branch Information with /branches
1.
/branches
list end point2.
3.
Make sure to set the
API-TOKEN
header for the authorization first.The response will be a list of branches information.
Retrieve Branch Information with /me
1.
/me
end point2.
3.
Make sure to set the
API-TOKEN
header for the authorization first.Branch information can be retrieved at
userable.branch
field which related to userModified at 2025-03-26 06:38:00