Get Data
Parameters
Name
Type
Required
Description
Options
Example
import { getData } from '@blotoutio/edgetag-sdk-js'
getData(['email', 'step'], (data) => {
console.log(data) // it will print out { emailExists: true, step: '10' }
})Last updated
Was this helpful?

