id-cardDriver's License

Documentation for the data schema of the Driver's License model.

Driver's License Fields

Documentation for all fields present in the data schema.

Field accessors are used as the keys for accessing the values in the returned data. On the data schema interface, this is the "Field Name".

Field value types indicate how the value is returned by the API. On the data schema interface, this is the "Field Type".

chevron-rightFirst Namehashtag

The given name(s) or first name(s) of the person.

Accessor: first_name Value Type: string

Has a single value.

chevron-rightLast Namehashtag

The surnames or last names of the person.

Accessor: last_name Value Type: string

Has a single value.

chevron-rightDate of Birthhashtag

The date of birth of the person.

Accessor: date_of_birth Value Type: date

Has a single value.

chevron-rightPlace of Birthhashtag

The place of birth of the person.

Accessor: place_of_birth Value Type: string

Has a single value.

chevron-rightNationalityhashtag

The nationality of the person.

Accessor: nationality Value Type: string

Has a single value.

chevron-rightSexhashtag

The sex of the person.

Accessor: sex Possible Values: M, F, Other

Has a single value.

chevron-rightDocument Idhashtag

The document number or the ID number of the document.

Accessor: document_id Value Type: string

Has a single value.

chevron-rightIssued Datehashtag

The date when the document was issued.

Accessor: issued_date Value Type: date

Has a single value.

chevron-rightExpiry Datehashtag

The date when the Document expires.

Accessor: expiry_date Value Type: date

Has a single value.

chevron-rightCountry Codehashtag

Country code extracted as a string.

Accessor: country_code Value Type: string

Has a single value.

chevron-rightIssuing Authorityhashtag

The authority that issued the document.

Accessor: issuing_authority Value Type: string

Has a single value.

chevron-rightAddresshashtag

The address of the person.

Accessor: address

Subfields

  • Street The street address. Accessor: street Value Type: string

  • City The city. Accessor: city Value Type: string

  • State The state or province. Accessor: state Value Type: string

  • Postal Code The postal code. Accessor: postal_code Value Type: string

  • Country The country. Accessor: country Value Type: string

Has a single value.

chevron-rightMRZhashtag

Machine-readable license number

Accessor: mrz Value Type: string

Has a single value.

chevron-rightDriver License Categoryhashtag

EU driver license holders categories

Accessor: category Value Type: string

Has a single value.

Last updated

Was this helpful?