This object represents a token, this an access token which was requested by a user
| Property | Type | Description |
|---|---|---|
| kind | String | Uniquely identifies the object schema type |
| id | Integer | Unique identifier for the object |
| status | Integer | Status of the object either 1 = active or 2 = deleted |
| name | String | Name or friendly description for the token |
| scopes | List of access scopes granted to this token | |
| ip | String | IP address from which the token was requested |
| expire | DateTime | Expiration timestamp after which the token is invalid |
| date | DateTime | Creation timestamp of the token |