Autonotify API (Beta)
  1. Community
Autonotify API (Beta)
  • Introduction
  • Get started
  • API
    • Groups
      • Create
      • Join By Invite Code
      • Revoke Invite Code
      • Get Invite Code
      • Get Group by ID
      • Get All Groups
      • Get All Groups Admin
      • Update
      • Update Profile Picture
      • Group Member Add Mode
      • Leave
      • Members
    • Messages
      • Read Message
      • Send Plain Text
      • Send Media
      • Send Poll
      • Message Reaction
    • Sessions
      • Get Profile
      • Fetch Instance
      • Logout Instance
      • Create Instance
    • Chats
      • Update Status Profile
      • Update presence
      • Block Contact
      • Get Profile Picture
      • Update Privacy Settings
      • Update Profile Name
      • Get Business Profile
      • Put Chat
      • Check is WhatsApp
      • Remove Phone From Label
    • Newsletter (BETA)
      • Create
      • Update
      • Update Profile Description
      • Update Profile Picture
      • Get Newsletter By ID
    • Webhook
      • Register webhook
    • Community
      • Create
        POST
      • Update
        PUT
      • GET
        GET
      • Invite Code
        GET
      • Participantes Com Pedidos
        GET
      • Settings
        PUT
      • Approval Mode
        PUT
      • Add Mode
        PUT
      • Communities Linkeds
        GET
      • Comunidades Participantes Resquests
        GET
      • Todas comunidades
        GET
  1. Community

Participantes Com Pedidos

GET
/api/v1/community/{jid}/participants
Creates a new WhatsApp group and adds initial participants. You can specify the group name and list of phone numbers to be added.

Request

Path Params

Header Params

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://nexus.sourei.com.br/api/v1/community//participants' \
--header 'Authorization: Bearer {{token}}' \
--header 'x-session-id: {{session_id}}'

Responses

🟢200OK
application/json
Body

Example
{
    "id": "string",
    "subject": "string",
    "subjectOwner": "string",
    "subjectTime": 0,
    "size": 0,
    "creation": 0,
    "owner": "string",
    "desc": "string",
    "descId": "string",
    "restrict": true,
    "announce": true,
    "isCommunity": true,
    "isCommunityAnnounce": true,
    "joinApprovalMode": true,
    "memberAddMode": true,
    "participants": [
        {
            "id": "string",
            "admin": "string"
        }
    ]
}
🟢200OK
Modified at 2025-03-07 18:26:44
Previous
Invite Code
Next
Settings
Built with