GET
/
api
/
admin
/
subscription-groups
/
cURL
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

The response is of type object[].