Skip to content
NEWCollect for MSMEs: UPI Autopay, eNACH & remindersExplore app ↗

List Branches

Use this API to fetch branch names and collector codes configured for the institute.

GET /api/v1/integrations/erp/branches
Terminal window
curl -X GET 'https://[base_url]/api/v1/integrations/erp/branches' \
-H 'Content-Type: application/json' \
-H 'Authorization: Basic <token>'

HTTP 200

{
"status": "success",
"data": [
{
"collector_code": "ed3ef2db524f",
"name": "Institute Name, Branch 1"
},
{
"collector_code": "556f73287581",
"name": "Institute Name, Branch 2"
}
]
}
AttributeTypeDescription
data[].collector_codestringBranch code used in branch-specific API requests.
data[].namestringBranch display name.