Page cover image

Data structures

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: '[email protected]', // Required
    birthday: '01-01-2004', // Optional
    phone: '+1-212-999999', // Optional
    gender: 'female', // Optional
    country: 'US', // Optional
    currency: 'USD' // Optional
}

Last updated

Was this helpful?