1. RESTful Web Service
By default this web service delivers a JSON-object. Alternatively, you can request a XML document by using the parameter ‘type=xml`.
You have to pass an exhibitor token and the scanned barcode in following format: https://exhibitor-api.cpo-companies.com/ex/{exhibitor-token}/{barcode-data}
The following data will be made available, provided that the participant has specified the information during registration:
- Academic degree
- First Name
- Last Name
- Company / Institute
- Street
- Zip code
- City
- Country
- Phone
- Fax
JSON: https://exhibitor-api.cpo-companies.com/ex/aabbccddaabbccddaabbccddaabbccdd/1234567891234
XML: https://exhibitor-api.cpo-companies.com/ex/aabbccddaabbccddaabbccddaabbccdd/1234567891234?type=xml

