List terminal branches
curl -X GET "https://test-api.kashier.io/v2/terminals/branches"{ "branches": [ { "_id": "string", "branchName": "string", "address": "string", "terminalCount": 0 } ], "pagination": { "total": 0, "limit": 0, "page": 0, "pages": 0 }}Retrieves the branches your terminals are assigned to, with the number of terminals in each. Paginated and searchable.
Authorization
secretKey Merchant secret key used to identify the merchant, obtained from Kashier's dashboard. Pass the raw secret key value in the Authorization header (NOT a "Bearer" token).
In: header
Query Parameters
Search keyword matched against the branch name.
Filter by merchant ID, e.g. YOUR_MID.
Number of records per page. Default: 20.
Page number. Default: 1.
Response Body
application/json
application/json
application/json
application/json
application/json
List terminals GET
Retrieves the POS terminals registered on your merchant account. The list can be filtered by terminal ID, serial number, branch, label, status, and mode, and is paginated and sortable.
Export terminals GET
Exports the terminals on your merchant account as an Excel workbook, using the same filters as the terminals list.