>>

Session Created

The response to a Session Create.

FieldTypeDescription
tokenStringThe session’s token. This can be used by the user to properly interface with the API.
sessionSessionThe session object that was created.
>>

Example

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