health
- base
- localhost
- dev
- prod
/v2/private/userDash/health
http://localhost:1350/v2/private/userDash/health
https://dev.everdays.com/v2/private/userDash/health
https://everdays.com/v2/private/userDash/health
Available Methods​
- POST
POST /v2/private/userDash/health​
This endpoint is used to edit a user's health information.
Params​
| Param | Type | Description |
|---|---|---|
seriousIllness | Boolean | If the lead has a serious illness. |
inCare | Boolean | If the lead is in care. |
smoker | Boolean | If 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: {
...
}