Global coverage
Country and document availability.
Explore live verification routes, capture requirements, assurance methods, and supported identity evidence.
Verification coverage
Country and document catalogue
Discover the identity documents and verification methods currently available in each supported country. This catalogue is generated from the same routing configuration used by the UnifyID API.
Find supported identity documents
Search by country name, ISO 3166-1 alpha-2 code, or UnifyID document type. An identity type can support multiple verification methods; UnifyID selects an eligible route using environment, availability, assurance, and platform policy.
Use capability discovery in your application
Do not hard-code country coverage into a production integration. Query the capability API when building country and document selectors, cache successful responses briefly, and handle a capability becoming unavailable between discovery and verification.
| Endpoint | Returns |
|---|---|
GET /v1/capabilities/countries | All currently supported countries and document counts. |
GET /v1/capabilities/countries/:countryCode | Available document types and capture methods for one country. |
GET /v1/capabilities/countries/:countryCode/document-types/:documentType | Current capability details for one country-document pair. |
Next steps
Select only the document categories your use case requires, configure the corresponding document access policy in your application, and request the minimum document fields during authorization.