Join group with link
POST
/group/join-with-link
curl \
-X POST http://localhost:3000/group/join-with-link \
-H "Content-Type: application/json" \
-d '{"link":"https://chat.whatsapp.com/whatsappKeyJoinGroup"}'
Request examples
{
"link": "https://chat.whatsapp.com/whatsappKeyJoinGroup"
}
Response examples (200)
{
"code": "SUCCESS",
"message": "Success",
"results": "string"
}
Response examples (400)
{
"code": 400,
"message": "field cannot be blank",
"results": {}
}
Response examples (500)
{
"code": "INTERNAL_SERVER_ERROR",
"message": "you are not loggin",
"results": {}
}