Get Supported Document Types
Retrieves all supported document types for identity verification. This endpoint returns a list of document types that can be used in verification workflows, including their labels and which sides (front/back) are required.
Use Cases
- Populating document type selection dropdowns in your application
- Determining which document types are available for verification
- Checking which sides need to be captured for each document type
Notes
- This endpoint doesn’t require authentication
- The response includes all globally supported document types
- For country-specific document types, use the
/workflows/{workflowId}/document-typesendpoint
Response
List of supported document types
Internal identifier for the document type. Common document types:
- PASSPORT: International passport
- DRIVERS_LICENSE: Driver's license
- NATIONAL_ID: National ID card
- RESIDENCE_PERMIT: Residence permit
- VOTER_ID: Voter identification card
"PASSPORT"
Human-readable name of the document type
"International Passport"
List of required document sides/pages. Some documents require only the front side (like passports), while others require both front and back sides (like driver's licenses).
FRONT, BACK ["FRONT"]List of country-specific subtypes for this document. Different countries may have different document formats or requirements for the same document type.
[]