Sessions

Get all sessions of a given profile

Usage

unomi.profile.sessions(<string>);

Response

{
  success: <boolean>,
  status: <number>,
  data: <object>
}

Last updated