# Get group details

# HTTP method: GET

https://api.sender.net/v2/groups/{id}

Returns group details.

id string required

Group ID

Code snippets

Response example

{
  "data": {
    "id": "elxJK6",
    "title": "My Test Group",
    "recipient_count": 6,
    "active_subscribers": 4,
    "unsubscribed_count": 1,
    "bounced_count": 1,
    "phone_count": 1,
    "active_phone_count": 1,
    "account_id": "eEqqve",
    "user_id": "egp79a",
    "created": "2022-06-02 09:56:05",
    "modified": "2023-09-07 04:43:57",
    "is_recalculating_subscribers": false
  }
}