Skip to main content
GET
Listar sucursales activas del tenant
Returns branches with status: active for the tenant resolved from the PAT. Search uses the branch_text_search text index (language spanish), so it tolerates plurals and accents.

Endpoint

Required scope

scheduling:branches:read

Headers

Query params

Example request

Response

200 OK

401 Unauthorized

Token missing, invalid, revoked, or expired.

403 Forbidden

The token doesn’t have the scheduling:branches:read scope.

Authorizations

Authorization
string
header
required

Personal Access Token con prefijo kbai_pk_. Generar desde el portal con permiso developer.manage_tokens.

Query Parameters

Búsqueda libre por nombre

skip
number
default:0
Required range: x >= 0
limit
number
default:50
Required range: 1 <= x <= 200

Response

200 - application/json
items
object[]
required
total
number
required
skip
number
required
limit
number
required