Přeskočit na hlavní obsah

User sessions

Request Body

Empty request body. The body is not checked.

  • object
Responses

The JSON object with following schema is returned.

Schema
  • success boolean

    The result of action

  • sessions object[]
    • id integer

      Session unique id

    • expires number

      Time of expiration in UNIX since epoch time

    • created number

      Time of creation in UNIX since epoch time

    • ip string

      Device remote ip address

    • user-agent string

      Device user-agent

    • this_device boolean

      True if session is current session

  • authenticated boolean

    True if the request was authenticated

  • status integer

    Response status code