/v2/api/entity base and authenticated with a Bearer token. Requires the Branches plugin to be enabled on the account.1) is the data level — how deeply related records are loaded — not a page number; on this endpoint it has no visible effect. The response is a flat branch record.id, name, status, created, modified, and code. Other branch attributes (phone numbers, address, city, state, country, assigned staff, SMTP account, map location) are not available through this endpoint.status value is one of:| Value | Meaning |
|---|---|
1 | Active |
2 | Inactive |
3 | Suspended |
curl --location --globoff 'https://.daftara.com/v2/api/entity/branch/{{id}}/1' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'apikey: ' \
--header 'Content-Type: application/json'{
"id": 0,
"name": "string",
"status": 1,
"created": "string",
"modified": "string",
"code": "string"
}