- Requires both an API key and a Firebase ID token.
- Supports optional pagination.
- Each branch includes its associated gatherings/meetings with details like name, schedule, and status.
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
Paginated list of church branches.
Current page number of the result set.
1
List of branch objects.
URL to the first page of results.
"https://app.thefaithapp.com/api/v1/open/branches?page=1"
Index of the first item returned.
1
Last page number of the result set.
1
URL to the last page of results.
"https://app.thefaithapp.com/api/v1/open/branches?page=1"
Pagination navigation links.
URL to the next page of results, or null if on the last page.
null
Base path for the paginated results.
"https://app.thefaithapp.com/api/v1/open/branches"
Number of items per page.
10
URL to the previous page of results, or null if on the first page.
null
Index of the last item returned.
1
Total number of items available.
1