>>

Session

The session payload.

The user should ideally have one session for every client they have on every device.

FieldTypeDescription
idNumberThe session’s ID.
user_idNumberThe session user’s ID.
platformStringThe session’s platform (linux, windows, mac, etc.)
clientStringThe client the session was created by.
ipIpAddrThe session’s creation IP address.
>>

Example

{
  "id": 2312155037697,
  "user_id": 2312155693057,
  "platform": "linux",
  "client": "pilfer",
  "ip": "127.0.0.1"
}