Document types
API endpoints
List document types
GET
https://{domain}.biapi/pro/2.0/documenttypes
Response body: DocumentTypesList object
Data model
DocumentTypesList object
Property
Type
Description
DocumentType values
Value
bill
RIB
statement
contract
notice
report
(deprecated)income_tax
payslip
identity
kiid
other
Forward compatibility requirement: additional types may be added in the future. When implementing type handling, always fallback to a generic case for unknown values.
Last updated