Session Created
The response to a Session Create.
| Field | Type | Description | 
|---|---|---|
| token | String | The session’s token. This can be used by the user to properly interface with the API. | 
| session | Session | The session object that was created. | 
Example
{
  "token": "",
  "session": {
    "id": 2312155037697,
    "user_id": 2312155693057,
    "platform": "linux",
    "client": "pilfer",
    "ip": "127.0.0.1"
  }
}