cURL
curl --request GET \ --url https://api.multchats.com/v2/group/get-invite-url \ --header 'Authorization: Bearer <token>'
{ "success": true, "response": { "inviteUrl": "<string>" } }
Obtém a URL de convite completa de um grupo
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID da integração
^c[a-z0-9]{24}$
JID do grupo (deve terminar com @g.us)
URL de convite obtida com sucesso
Indica se a operação foi bem-sucedida
Show child attributes