# Get Subscription Group List

## Get Subscription Group List

<mark style="color:green;">`POST`</mark> `[PlatformAddress]/api/1.0/contact?action=getSubscriptionGroupList`

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}

Subscription Groups are a feature that enables customers to segment their contacts into groups. These groups can then used for a range of purposes, including email and sms marketing, restricting access to event ticket types and content pages plus more.

## Returns

An array with the following properties

| Property    | Description                         |
| ----------- | ----------------------------------- |
| id          | The subscription group identifier   |
| groupName   | The name for the group              |
| memberCount | The number of contacts in the group |
| tagColour   | The designated colour for the group |

Returns an array of subscription groups available on the account.
