familySMS
- base
- localhost
- dev
- prod
/v2/private/healthAndCare/familySMS
http://localhost:1350/v2/private/healthAndCare/familySMS
https://dev.everdays.com/v2/private/healthAndCare/familySMS
https://everdays.com/v2/private/healthAndCare/familySMS
Available Methods​
- POST
POST /v2/private/healthAndCare/familySMS​
info
This endpoint is currently only used on the web
This endpoint is used to send/re-send an SMS invite to an added family member.
Params​
| Param | Type | Description | Required? |
|---|---|---|---|
| phone | Number | The phone number of the added family member to send an SMS invite to | ✅ |
Example request body
body: {
phone: 8185550101;
}
Returns​
A 200 code if successful.
info
For more detailed information about each value in healthAndCare, please refer to the user model docs.