cURL
curl --request GET \ --url https://{host}/api/{session}/groups/{id}/invite-code \ --header 'apikey: <api-key>'
{ "code": "Abc123Xyz456" }
Get the invite code of the group
[email protected]
200
400
401
403
404
curl -X GET https://api.wappfy.com.br/api/my-session/groups/[email protected]/invite-code
Your Wappfy API key (get it at dash.wappfy.com.br)
ID do Grupo
The response is of type string.
string