History

History endpoints help integrators reconcile activity, investigate support cases, and audit usage.

Account history

Use GET /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

Use GET /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 support page and limit query parameters. Keep reconciliation jobs incremental by filtering with date windows and storing the last successful cursor or timestamp in your system.