User

Subscribe to Loops mailing list

Subscribe the authenticated user to the Loops mailing list

post/api/user/subscribe

Response

User subscribed to Loops mailing list successfully, or already subscribed

successboolean
userIdstring uuid
isSubscribedboolean

Example response

{
  "success": true,
  "isSubscribed": true
}

Changes