Sessions
Get all sessions of a given profile
Usage
unomi.profile.sessions(<string>);
Response
{
success: <boolean>,
status: <number>,
data: <object>
}
Last updated
Was this helpful?
Get all sessions of a given profile
unomi.profile.sessions(<string>);
{
success: <boolean>,
status: <number>,
data: <object>
}
Last updated
Was this helpful?