GET
/
v1
/
channels
/
{channelID}
/
groups
List my groups on a channel
curl --request GET \
  --url https://api.wazapin.com/v1/channels/{channelID}/groups \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "subject": "<string>",
      "participants": [
        "<string>"
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Session token or API key

Path Parameters

channelID
string
required

Channel ID

Minimum string length: 1

Response

OK

data
object[] | null
required