Before content can be distributed to the user’s app, the user must be registered. The API requires a unique and persistent ID to be created per user upon registration.
- Registration with Liquid Barcodes user creation and consent handling: creating a unique user profile can be handled entirely by Liquid Barcodes, in which case you will normally have to register consent as part of the registration process.
- Registration with external user creation and consent handling: If you already have a registration service, the registration to Liquid Barcodes can be done in the background without involving the user.
These two registration processes are described in detail in the following sections.