GET
/
api
/
admin
/
subscription-groups
curl --request GET \
  --url http://localhost:3001/api/admin/subscription-groups/
[
  {
    "id": "<string>",
    "workspaceId": "<string>",
    "name": "<string>",
    "channel": "Email",
    "type": "OptIn"
  }
]

Query Parameters

workspaceId
string
required

Response

200 - application/json
Default Response
id
string
required
workspaceId
string
required
name
string
required
channel
required
Available options:
Email
type
required
Available options:
OptIn