cURL
curl --request POST \ --url https://api.example.com/api/v1/groups/invite-info \ --header 'Content-Type: application/json' \ --data ' { "session_name": "<string>", "invite_link": "<string>" } '
{ "success": true, "jid": "<string>", "name": "<string>", "participants": 0, "owner_jid": "<string>" }
Get information about a group invite link.
Documentation IndexFetch the complete documentation index at: https://docs.wazzapi.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.wazzapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Request to get invite link info.
WhatsApp session name
1
WhatsApp group invite link
Successful Response
Response with invite link info.