/
RX
rxfoodapp
/
InnerAnalytics MNT Server
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Updated on 2026-09-24
Details
Filter operations
achievements
4
admin
28
advisor-chat
7
auditor feedback
3
bookmarks
10
careteam
7
cgm
18
chef-admin
3
clinic
10
clinic link
1
clinic_invitation
1
clinician
1
clinician link
6
clinician tip
4
clinician_guidance
5
cliniko-booking
9
daily consumption
1
data review
71
data_management
24
database
2
diet restrictions
6
emotion
6
emotional_health
5
eval
1
exercise
7
food
83
goal
10
guided health
3
health_data
1
health_targets
11
hospital
32
image-detection
1
insights
2
internal
17
internal_user
1
meal
31
meal_push_questions
6
meal-plan
20
meal-suggestions
1
media
2
medication
5
metrics
11
mindfulness
5
mobile-proto
1
motivations
6
movano
3
nft-summary
1
nlp
6
notification-engine
1
nutrition
2
nutrition-plan
7
oauth
6
openai
3
partner
4
partner-admin
12
partner-oauth
13
patient
30
get
Get most recent patient note
post
Post updated patient note
get
Gets an ApiTable response of a patient's activity feed
get
Get latest patient note for clinician (deprecated; use GET /patient/{patient_id}/patient_notes)
put
Overwrite latest patient note for clinician (deprecated; use POST /patient/{patient_id}/patient_note)
get
Get latest patient note
post
Create a new patient note
get
Get patient note by id
put
Update patient note by id
get
Get all patient notes, newest first
get
Get all logged patients
get
Get all logged patients
get
Get currently logged in patient info
get
Get product analytics user tags for the current patient.
post
Create a new patient, supposed to be used from a clinician
get
Get patient info
patch
Edit information of the patient. This endpoint edits the provided field in the body. That is, if the first_name is null in the request body, the first_name in the system remains the same (as opposed to write to null).
get
Get customerio attributes patient. See also: https://customer.io/docs/api/app/#operation/getPersonAttributes
get
Get customerio subscription preferences for the patient. See also: https://customer.io/docs/api/app/#operation/getPersonSubscriptionPreferences
get
Get list of clinicians this patient belongs to
get
Get list of clinics this patient belongs to
get
Generate daily usage report data for a patient
get
Get currently logged in patient info
post
Join clinic by invitation code
get
Get the patient's MNT meal-reminder preference and effective scheduling state
patch
Persist the patient's MNT meal-reminder preference
get
Get list of rdis for the patient
get
Get list of rdis for the patient
get
Get list of rdis for the patient
get
Get all-time patient meal stats with optional bounded meal-window facts.
patient_report
26
patientAppData
5
patients onboarding
5
privacy
1
recipes
52
reporting
63
shopping
15
sleep
5
steps
1
streak
1
stress
5
subscription
16
substitution suggestion
1
supplement
4
support
1
support meal trace
1
support-help
2
system
1
tasks
1
telemetry
2
test
1
testing
6
translations
1
user
7
user-surveys
4
water
3
webhook
12
weekly_reports
4
weight
5
patient
Join clinic by invitation code
post
/patients/{patient_id}/join-clinic/by-invitation-code
Path parameters
patient_id
integer
required
Query parameters
invitation_code
string
required
Response
successful operation
PatientJoinClinicByInvitationCodeResponse
required
clinic_name
string
nullable
required
is_already_joined
boolean
nullable
Changes