cURL
curl --request GET \ --url https://api.notifique.dev/v1/whatsapp/instances/{instanceId}/groups/invite-code \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "inviteUrl": "https://chat.whatsapp.com/Gst4H0uNCjMFEwddWjWpm9", "inviteCode": "Gst4H0uNCjMFEwddWjWpm9" } }
Retorna o código e URL de convite atual do grupo. Query: groupJid (obrigatório).
API Key no header Authorization. Exemplo: Authorization: Bearer sk_live_xxxxx
Authorization: Bearer sk_live_xxxxx
JID do grupo (ex.: 120363295648424210@g.us)
Código e URL de convite atual do grupo.
true
Show child attributes
Was this page helpful?