Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://api.superwize.ai/api/groupChat/getInviteInfo \ --header 'Content-Type: application/json' \ --data ' { "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJ1c2VyXzAxSkhLWVY4Rk1TMjM0NTY3ODkwIiwiaWF0IjoxNzY3MjI1NjAwLCJleHAiOjE3NjczMTIwMDB9.signed-example-token" } '
{ "groupName": "Primary Key", "memberCount": 3, "creatorName": "Primary Key", "isExpired": true }
Returns group preview information for an invite token without joining.
Invite information returned.