curl -X GET "https://api.oxenty.api.br/api/groups/invite-code?sessionId=550e8400-e29b-41d4-a716-446655440000&groupJid=123456789@g.us" \ -H "X-API-Key: YOUR_API_KEY"
{ "success": true, "code": "ABC123XYZ", "link": "https://chat.whatsapp.com/ABC123XYZ" }
Obtém ou revoga link de convite do grupo
curl -X POST "https://api.oxenty.api.br/api/groups/invite-code/revoke" \ -H "X-API-Key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "sessionId": "550e8400-e29b-41d4-a716-446655440000", "groupJid": "123456789@g.us" }'
{ "success": true, "code": "NEW456CODE", "link": "https://chat.whatsapp.com/NEW456CODE" }
curl -X POST "https://api.oxenty.api.br/api/groups/join" \ -H "X-API-Key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "sessionId": "550e8400-e29b-41d4-a716-446655440000", "code": "ABC123XYZ" }'
{ "success": true, "groupJid": "123456789@g.us" }
https://chat.whatsapp.com/**ABC123XYZ**