Skip to main content

health

/v2/private/userDash/health

Available Methods​

  • POST

POST /v2/private/userDash/health​

This endpoint is used to edit a user's health information.

Params​

ParamTypeDescription
seriousIllnessBooleanIf the lead has a serious illness.
inCareBooleanIf the lead is in care.
smokerBooleanIf the lead is a smoker.
Example request body
body: {
"seriousIllness": false,
"inCare": false,
"smoker": false
}

Returns​

The user object with the updated health information.

Example return object of just user
user: {
...
}