This method returns the user's history.
The user's ID.
GET /users/{user_id}/history HTTP/1.1 Host: X-Ledger-API-Key: YOUR_API_KEY Accept: */*
User history
{ "history": [ [ { "created_by": 5, "created_on": "2025-05-30T18:43:23.881Z", "expired_at": "2025-05-30T18:43:23.881Z", "id": 1, "is_complete": true, "status": "ACTIVE", "type": "CREATE_ACCOUNT" } ] ] }