Endpoint Examples
Subscribe to Church
Subscribes a user to a church using their Firebase ID token and the client API key.
POST
Subscribes a user to a church using their Firebase ID token and the client API key.
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).
Body
application/json
FCM token for the user's device.
The body is of type object
.
Response
200
application/json
Successfully subscribed user to church.
The response is of type object
.