Endpoint Examples
Get Church Branches
Retrieve a paginated list of branches for the authenticated user’s church. Supports optional pagination.
GET
Retrieves a paginated list of branches for the authenticated user’s church.
- Requires both an API key and a Firebase ID token.
- Supports optional pagination.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Your client API key from the dashboard (Settings page).
Query Parameters
Page number for pagination (default: 1).
Response
200
application/json
Paginated list of church branches.
The response is of type object
.