Skip to main content

familySMS

/v2/private/user/familySMS

Available Methods​

  • POST

POST /v2/private/user/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​

ParamTypeDescriptionRequired?
phoneNumberThe 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.