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/joinViaInvite \ --header 'Content-Type: application/json' \ --data ' { "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJ1c2VyXzAxSkhLWVY4Rk1TMjM0NTY3ODkwIiwiaWF0IjoxNzY3MjI1NjAwLCJleHAiOjE3NjczMTIwMDB9.signed-example-token" } '
{ "groupChatId": "grp_01JHKYX1B2CD123456789", "success": true }
Joins the current authenticated user to a group chat from an invite token.
Join processed.