User History

Get user history

get

This method returns the user's history.

Authorizations
Path parameters
user_idintegerRequired

The user's ID.

Responses
200
User history
application/json
get
GET /users/{user_id}/history HTTP/1.1
Host: 
X-Ledger-API-Key: YOUR_API_KEY
Accept: */*
{
  "history": [
    [
      {
        "created_by": 5,
        "created_on": "2025-07-10T22:51:37.072Z",
        "expired_at": "2025-07-10T22:51:37.072Z",
        "id": 1,
        "is_complete": true,
        "status": "ACTIVE",
        "type": "CREATE_ACCOUNT"
      }
    ]
  ]
}