Skip to main content

Purpose

Allows you to quickly retrieve active branches connected to your brand to initiate location-based operations.

HTTP Request

This endpoint requires authentication. Include your JWT in the x-token header. See Authentication for how to obtain a token and Errors for error responses.

Request Example

Response

200 OK — List of branches

401 Unauthorized — Missing header

Field Reference

Branch object

Notes

  • This endpoint returns all branches you have access to; use client-side logic to filter the result set.
  • Use is_main to identify the primary branch in multi-location setups.
  • Although the response size is small, client-side caching is recommended for large brands.