Create Private Life Moment
curl --request POST \
--url https://api.thefaithapp.com/v1/care-life-moments/moments \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"kind": "grief_anniversary",
"title": "Remember Mum",
"event_date": "2026-09-14",
"recurrence": "yearly",
"reminder_lead_days": 7
}
'const options = {
method: 'POST',
headers: {
'X-API-Key': '<api-key>',
Authorization: 'Bearer <token>',
'Content-Type': 'application/json'
},
body: JSON.stringify({
kind: 'grief_anniversary',
title: 'Remember Mum',
event_date: '2026-09-14',
recurrence: 'yearly',
reminder_lead_days: 7
})
};
fetch('https://api.thefaithapp.com/v1/care-life-moments/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/moments"
payload = {
"kind": "grief_anniversary",
"title": "Remember Mum",
"event_date": "2026-09-14",
"recurrence": "yearly",
"reminder_lead_days": 7
}
headers = {
"X-API-Key": "<api-key>",
"Authorization": "Bearer <token>",
"Content-Type": "application/json"
}
response = requests.post(url, json=payload, headers=headers)
print(response.text){
"status": "Success",
"message": "Your private life moment was saved.",
"data": {
"life_moment": {
"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"
}
}
}{
"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
Create Private Life Moment
Saves a member-owned private date that may generate an assigned-caregiver reminder only when the matching consent is enabled. One-time dates must be today or later.
POST
/
v1
/
care-life-moments
/
moments
Create Private Life Moment
curl --request POST \
--url https://api.thefaithapp.com/v1/care-life-moments/moments \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"kind": "grief_anniversary",
"title": "Remember Mum",
"event_date": "2026-09-14",
"recurrence": "yearly",
"reminder_lead_days": 7
}
'const options = {
method: 'POST',
headers: {
'X-API-Key': '<api-key>',
Authorization: 'Bearer <token>',
'Content-Type': 'application/json'
},
body: JSON.stringify({
kind: 'grief_anniversary',
title: 'Remember Mum',
event_date: '2026-09-14',
recurrence: 'yearly',
reminder_lead_days: 7
})
};
fetch('https://api.thefaithapp.com/v1/care-life-moments/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/moments"
payload = {
"kind": "grief_anniversary",
"title": "Remember Mum",
"event_date": "2026-09-14",
"recurrence": "yearly",
"reminder_lead_days": 7
}
headers = {
"X-API-Key": "<api-key>",
"Authorization": "Bearer <token>",
"Content-Type": "application/json"
}
response = requests.post(url, json=payload, headers=headers)
print(response.text){
"status": "Success",
"message": "Your private life moment was saved.",
"data": {
"life_moment": {
"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"
}
}
}{
"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
Public client key copied from Developer Access. The member bearer token authenticates the request.
Member access token returned by POST /v1/auth/token.
Body
application/json
Private life-moment kind.
Available options:
birthday, grief_anniversary, illness_check_in, crisis_follow_up, hard_anniversary Example:
"grief_anniversary"
Private title.
Required string length:
2 - 160Private event date. One-time dates must be today or later.
Whether the private date occurs once or yearly.
Available options:
once, yearly Example:
"yearly"
Days before the event to remind the care team.
Required range:
0 <= x <= 60Life-moment status editable by the member.
Available options:
active, paused Example:
"active"
Optional private guidance.
Maximum string length:
5000Was this page helpful?