Get company branches

GET /api/branch/getCompanyBranches

Retrieve a list of branches at a company

Query parameters

  • companyid integer Required

    id of company

Responses

  • default
GET /api/branch/getCompanyBranches
curl \
 --request GET 'http://api.example.com/api/branch/getCompanyBranches?companyid=42' \
 --header "Authorization: Bearer $ACCESS_TOKEN"