Node.js
Group Settings APIs
Accept Group Invite
This endpoint allows a user to accept a group invite
Node.js
Documentation Index
Fetch the complete documentation index at: https://docs.periskope.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Please provide the number of the phone you want to call with this API in the header. The number must be in country code + number format without any characters or spaces, e.g. 919876543210; Alternatively, provide the phone_id (phone-xxxxxxxxxxxx) in the header
Example:
"{{orgPhone}}"
Body
application/json
- Provide the invite code to accept the group invite
Example:
"EUKdz8Sdy9T2UWPnOKGkxx"
Response
200 - application/json
200 OK
The response is a chat object. Refer to the chat object here