Documentation Index
Fetch the complete documentation index at: https://developer.clopos.com/llms.txt
Use this file to discover all available pages before exploring further.
Purpose
Allows you to quickly retrieve active branches connected to your brand to initiate location-based operations.HTTP Request
Request Example
Response
200 OK — List of branches
401 Unauthorized — Missing header
Field Reference
Branch object
| Field | Type | Description |
|---|---|---|
id | integer | Branch ID. |
name | string | Branch name. |
is_main | integer | 1 if this is the primary branch, 0 otherwise. |
media | array | Image attachments. See Media object. |
Notes
- This endpoint returns all branches you have access to; use client-side logic to filter the result set.
- Use
is_mainto identify the primary branch in multi-location setups. - Although the response size is small, client-side caching is recommended for large brands.