Retrieve information about multiple suppression groups
GET {{baseUrl}}/asm/groups?id=<integer>
This endpoint allows you to retrieve information about multiple suppression groups.
This endpoint will return information for each group ID that you include in your request. To add a group ID to your request, simply append &id= followed by the group ID.
Suppressions are a list of email addresses that will not receive content sent under a given group.
Suppression groups, or [unsubscribe groups](https
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| id | string | The ID of a suppression group that you want to retrieve information for. |