Skip to main content
GET
/
kyc
/
catalog
KYC catalog (free)
curl --request GET \
  --url https://api.example.com/kyc/catalog
Free public directory — no auth, no cost. KV-cached 6 hours.
curl https://identity.contra.id/kyc/catalog
{
  "byCountry": {
    "NG": { "doc_verification": ["PASSPORT","DRIVERS_LICENSE","NIN_V2"] },
    "US": { "doc_verification": ["PASSPORT","DRIVERS_LICENSE"] }
  }
}
Use this to build the country → ID-type dropdowns on your verification page so users only ever see valid options.