Client ID
Partner identifier for the client, for client first use, a new styling session will be generated. For returning clients the clientId will be used to identify the clients and continue their session.
Client Info: Mandatory and optional info
{ firstName: 'Morty', // Required lastName: 'Smith', // Required email: 'Morty.Smith@gmail.com', // Required birthday: '01-01-2004', // Optional phone: '+1-212-999999', // Optional gender: 'female', // Optional country: 'US', // Optional currency: 'USD' // Optional }
Last updated 1 year ago
Was this helpful?