Get Pastoral Care Preferences
curl --request GET \
--url https://api.thefaithapp.com/v1/care-life-moments \
--header 'Authorization: Bearer <token>' \
--header 'X-API-Key: <api-key>'const options = {
method: 'GET',
headers: {'X-API-Key': '<api-key>', Authorization: 'Bearer <token>'}
};
fetch('https://api.thefaithapp.com/v1/care-life-moments', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));import requests
url = "https://api.thefaithapp.com/v1/care-life-moments"
headers = {
"X-API-Key": "<api-key>",
"Authorization": "Bearer <token>"
}
response = requests.get(url, headers=headers)
print(response.text){
"status": "Success",
"data": {
"preferences": {
"reminders_enabled": true,
"birthday_follow_up_enabled": false,
"grief_follow_up_enabled": true,
"illness_follow_up_enabled": false,
"crisis_follow_up_enabled": false,
"hard_anniversary_follow_up_enabled": true,
"care_radar_enabled": false,
"group_participation_follow_up_enabled": false,
"contact_preference": "text",
"acknowledgment_style": "ask_first",
"consented_at": "2026-07-25T09:30:00.000000Z",
"care_radar_consented_at": null
},
"life_moments": [
{
"id": 73,
"kind": "grief_anniversary",
"status": "active",
"title": "Remember Mum",
"event_date": "2026-09-14",
"next_reminder_on": "2026-09-07",
"recurrence": "yearly",
"reminder_lead_days": 7,
"member_note": "Please ask before calling.",
"has_assigned_caregiver": true,
"assigned_to_name": "Pastor Grace",
"created_at": "2026-07-25T09:35:00.000000Z",
"updated_at": "2026-07-25T09:35:00.000000Z"
}
],
"suppressions": [
{
"id": 51,
"topic": "all_celebrations",
"starts_on": "2026-09-01",
"ends_on": "2026-09-30",
"pastoral_acknowledgment": true,
"active": true,
"reason": "A sensitive family season.",
"member_guidance": "A private text from a pastor is welcome.",
"created_at": "2026-07-25T09:40:00.000000Z",
"updated_at": "2026-07-25T09:40:00.000000Z"
}
],
"options": {
"kinds": [
"birthday",
"grief_anniversary",
"illness_check_in",
"crisis_follow_up",
"hard_anniversary"
],
"recurrences": [
"once",
"yearly"
],
"statuses": [
"active",
"paused"
],
"contact_preferences": [
"in_app",
"phone",
"text",
"email"
],
"acknowledgment_styles": [
"gentle",
"ask_first",
"no_contact"
],
"suppression_topics": [
"all_celebrations",
"birthday",
"wedding_anniversary",
"baby_and_family"
]
}
}
}{
"status": "Error",
"message": "The request could not be completed.",
"error": null,
"error_message": null,
"errors": {}
}{
"status": "Error",
"message": "The request could not be completed.",
"error": null,
"error_message": null,
"errors": {}
}{
"status": "Error",
"message": "The request could not be completed.",
"error": null,
"error_message": null,
"errors": {}
}{
"status": "Error",
"message": "The request could not be completed.",
"error": null,
"error_message": null,
"errors": {}
}{
"status": "Error",
"message": "The request could not be completed.",
"error": null,
"error_message": null,
"errors": {}
}{
"status": "Error",
"message": "The request could not be completed.",
"error": null,
"error_message": null,
"errors": {}
}Pastoral Care
Get Pastoral Care Preferences
Returns the authenticated member’s consent settings, private life moments, quiet-day preferences, and supported option values. The response contains only records owned by that member.
GET
/
v1
/
care-life-moments
Get Pastoral Care Preferences
curl --request GET \
--url https://api.thefaithapp.com/v1/care-life-moments \
--header 'Authorization: Bearer <token>' \
--header 'X-API-Key: <api-key>'const options = {
method: 'GET',
headers: {'X-API-Key': '<api-key>', Authorization: 'Bearer <token>'}
};
fetch('https://api.thefaithapp.com/v1/care-life-moments', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));import requests
url = "https://api.thefaithapp.com/v1/care-life-moments"
headers = {
"X-API-Key": "<api-key>",
"Authorization": "Bearer <token>"
}
response = requests.get(url, headers=headers)
print(response.text){
"status": "Success",
"data": {
"preferences": {
"reminders_enabled": true,
"birthday_follow_up_enabled": false,
"grief_follow_up_enabled": true,
"illness_follow_up_enabled": false,
"crisis_follow_up_enabled": false,
"hard_anniversary_follow_up_enabled": true,
"care_radar_enabled": false,
"group_participation_follow_up_enabled": false,
"contact_preference": "text",
"acknowledgment_style": "ask_first",
"consented_at": "2026-07-25T09:30:00.000000Z",
"care_radar_consented_at": null
},
"life_moments": [
{
"id": 73,
"kind": "grief_anniversary",
"status": "active",
"title": "Remember Mum",
"event_date": "2026-09-14",
"next_reminder_on": "2026-09-07",
"recurrence": "yearly",
"reminder_lead_days": 7,
"member_note": "Please ask before calling.",
"has_assigned_caregiver": true,
"assigned_to_name": "Pastor Grace",
"created_at": "2026-07-25T09:35:00.000000Z",
"updated_at": "2026-07-25T09:35:00.000000Z"
}
],
"suppressions": [
{
"id": 51,
"topic": "all_celebrations",
"starts_on": "2026-09-01",
"ends_on": "2026-09-30",
"pastoral_acknowledgment": true,
"active": true,
"reason": "A sensitive family season.",
"member_guidance": "A private text from a pastor is welcome.",
"created_at": "2026-07-25T09:40:00.000000Z",
"updated_at": "2026-07-25T09:40:00.000000Z"
}
],
"options": {
"kinds": [
"birthday",
"grief_anniversary",
"illness_check_in",
"crisis_follow_up",
"hard_anniversary"
],
"recurrences": [
"once",
"yearly"
],
"statuses": [
"active",
"paused"
],
"contact_preferences": [
"in_app",
"phone",
"text",
"email"
],
"acknowledgment_styles": [
"gentle",
"ask_first",
"no_contact"
],
"suppression_topics": [
"all_celebrations",
"birthday",
"wedding_anniversary",
"baby_and_family"
]
}
}
}{
"status": "Error",
"message": "The request could not be completed.",
"error": null,
"error_message": null,
"errors": {}
}{
"status": "Error",
"message": "The request could not be completed.",
"error": null,
"error_message": null,
"errors": {}
}{
"status": "Error",
"message": "The request could not be completed.",
"error": null,
"error_message": null,
"errors": {}
}{
"status": "Error",
"message": "The request could not be completed.",
"error": null,
"error_message": null,
"errors": {}
}{
"status": "Error",
"message": "The request could not be completed.",
"error": null,
"error_message": null,
"errors": {}
}{
"status": "Error",
"message": "The request could not be completed.",
"error": null,
"error_message": null,
"errors": {}
}Authorizations
Client API key copied from Developer Access in the TheFaithApp dashboard.
Member access token returned by POST /v1/auth/token.
Was this page helpful?
⌘I