Endpoint Examples
Get Church Profile
Retrieve the profile information for the authenticated user’s church, including socials and branches.
GET
Retrieves the profile information for the authenticated user’s church.
- Requires both an API key and a Firebase ID token.
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).
Response
200
application/json
Church profile information.
The response is of type object
.