Document types

API endpoints

List document types

GET https://{domain}.biapi/pro/2.0/documenttypes

Data model

DocumentTypesList object

PropertyTypeDescription

documenttypes

Array of DocumentType strings

List of document types.

DocumentType values

Value

bill

RIB

statement

contract

notice

report

income_tax (deprecated)

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