Skip to main content
GET
Get verification call history

Authorizations

X-API-Key
string
header
required

Server-to-server auth. Send your API key in the "X-API-Key" header and your API secret in the "X-API-Secret" header.

Query Parameters

page
integer

Page number (default 1)

limit
integer

Items per page (default 20, max 100)

Response

OK

amountCharged
number
Example:

0

apiCode
string

The API that was called, matching the keys in a plan's quotas and in GET /kyc/pricing.

Example:

"bvn_basic"

billingType
string

"sub" when the call drew from subscription quota, "payg" when it was charged to the wallet.

Example:

"sub"

clientId
string
Example:

"c0ffee00-0000-0000-0000-000000000001"

createdAt
string
Example:

"2026-07-28T10:05:11Z"

group
string

Which documented endpoint group served the call: "identity", "verify" or "nuban". Deliberately not the supplier's name.

Example:

"identity"

id
string
Example:

"f0e1d2c3-0000-1111-2222-333344445555"

status
string

"success" or "failed". A failed call is always refunded.

Example:

"success"

subId
string
Example:

"a1b2c3d4-0000-1111-2222-333344445555"