Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info
titleAPI Versions

This documentation relates to Version 1, the current version of the greenID Business API. Version 1 became available to customers as of 

Authentication

Details on authentication.

...

Field NameDescriptionTypeExample
addressA structure encoding the address of the entity Address-
childrenThe children of an entity.

dataSourceDetails on the data source (e.g. a company register) used for getting information on a "business" entity.DataSource-
entityTypeThe type of the entityString"business" or "individual"
fromDataSourceWhether or not this entity came from a data source (e.g. a lookup of a company register).Boolean"true" or "false"
notesA list of notes associated with this entityNote-
verificationA structure encoding verification details for the entityVerification-

Address Object

Field NameDescriptionTypeExample
countryCodeThe address country code i.e. a two digit code.String"AU"
countryNameThe human-readable version of the country name.String"Australia"
fullAddressThe full address in a single StringString"39 Lyons Avenue, Murrays Bay, Auckland, New Zealand"
idThe ID of this address structureInteger789113

...