Group History

Get group history

get

This method returns the group's history.

Authorizations
Path parameters
group_idintegerRequired

The group's ID.

Responses
200
Group history
application/json
get
GET /groups/{group_id}/history HTTP/1.1
Host: 
X-Ledger-API-Key: YOUR_API_KEY
Accept: */*
{
  "history": [
    [
      {
        "created_by": 5,
        "created_on": "2025-07-11T11:24:54.590Z",
        "expired_at": "2025-07-11T11:24:54.590Z",
        "id": 1,
        "is_complete": true,
        "status": "ACTIVE",
        "type": "CREATE_ACCOUNT"
      }
    ]
  ]
}