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: */*
{
"history": [
[
{
"created_by": 5,
"created_on": "2025-06-20T10:11:38.219Z",
"expired_at": "2025-06-20T10:11:38.219Z",
"id": 1,
"is_complete": true,
"status": "ACTIVE",
"type": "CREATE_ACCOUNT"
}
]
]
}