This method returns a predefined list of codes and descriptions – in this case, the types of documents used for identity verification. Users or integrated systems can thus determine which document types (e.g., ID card, passport, etc.) are supported within the API.Its primary uses are:
Obtaining a List of Document Types For some services (e.g., package delivery against a document), the API requires specifying which type of document was used to verify the recipient. The codelist provides both the official code and the human-readable name of the type (typically in various languages).
Localized Description As with other codelists, the API returns the text (name or description) in different languages, which is useful for displaying to users in their native language.
Request
Authorization
JWT Bearer
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the Bearer.