For the complete documentation index, see llms.txt. This page is also available as Markdown.

Generate New Invite Link

Generate New WhatsApp Group Joining Link

Below API allows to Generate New Invite Link for Groups

POST https://pickyassist.com/app/api/v2/generate-invite-link

This API allows you to generate a new invite link

Request Body

Name
Type
Description

token

string

Your API Token for authentication

group_id

string

Pass the Group ID for which you would like to generate a new invite link

{
    "group_invite_link": "https://chat.whatsapp.com/DhfnUq7ghPaE4u5uOsCO",
    "status": 100,
    "message": "Success"
}

Sample Request Body JSON

{
	"token": "7b18871699f19225850e9832a24547105cfe3",
	"group_id": "900055074-16117483",
	"application":10
}

Sample Response

Last updated

Was this helpful?