Session

Session Resource Representation

A session is represented in the FT API as a JSON data structure, as shown below, that is received in the body of a response. The following example shows all possible fields a session can contain.

{
  “uuid”: “02bf9922-4b56-4a38-9b14-bd52f6cd4ff5”,
  “creationTime”: 1442421236187,
  “rememberMe”: true
}

Session Properties

Property NameValueDescription
uuid string The user’s id in the form of a Universally Unique Identifier
creationTime long Unix time since epoch at which the session was created
rememberMe boolean A boolean representing if the user chose to have a long-lived session