# List all groups

# HTTP method: GET

https://api.sender.net/v2/groups

Returns a list of all groups in your account.

Code snippets

Response example

{
  "data": {
    "id": "eZVD4w",
    "title": "Test group",
    "recipient_count": 1,
    "active_subscribers": 1,
    "opens_rate": 0,
    "click_rate": 0,
    "unsubscribed_count": 0,
    "bounced_count": 0,
    "account_id": "eEqqve",
    "user_id": "egp79a",
    "created": "2021-05-11 15:37:45",
    "modified": null
  },
  "links": {
    "first": "https://api.sender.net/v2/groups?page=1",
    "last": "https://api.sender.net/v2/groups?page=1",
    "prev": null,
    "next": null
  },
  "meta": {
    "current_page": 1,
    "from": 1,
    "last_page": 1,
    "links": [
      {
        "url": null,
        "label": "pagination.previous",
        "active": false
      },
      {
        "url": "https://api.sender.net/v2/groups?page=1",
        "label": 1,
        "active": true
      },
      {
        "url": null,
        "label": "pagination.next",
        "active": false
      }
    ],
    "path": "https://api.sender.net/v2/groups",
    "per_page": 10,
    "to": 3,
    "total": 3
  }
}