Most checks have a dedicated endpoint — use those. This generic endpoint is the escape hatch for types that don’t, currently the Kenya verifications.
Looking for credit checks? They have first-class endpoints now — see Credit. You no longer need this endpoint for them.
Endpoint
Signature required: Yes
Path parameters
The code is the verification type itself — e.g. crb, national-id-ke. Do not prefix it with generic-: the endpoint uppercases the code and swaps - for _, so generic-crc-bvn resolves to GENERIC_CRC_BVN, which is not a real type, and the call fails with UNSUPPORTED.
Request body
Supported codes
Request example
Kenya National ID:
Kenya CRB:
Response
Returns the standard verification response, with normalizedResult carrying the identity or credit data. Like every other check it is synchronous — the result is in the response.