History
History endpoints help integrators reconcile activity, investigate support cases, and audit usage.Account history
UseGET /v1/history/accounts to list account creation history for the authenticated integrator. Results can be filtered by date, member code, BVN, CHN, and CSCS number.
Use GET /v1/history/accounts/{investorId} to retrieve one account-history detail record.
Lookup history
UseGET /v1/history/lookups to review lookup activity. Results can be filtered by date range, category, lookup strategy, outcome, cache hit, investor ID, and correlation ID.
Pagination
History lists supportpage and limit query parameters. Keep reconciliation jobs incremental by filtering with date windows and storing the last successful cursor or timestamp in your system.