Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 537 Bytes

Session.md

File metadata and controls

12 lines (8 loc) · 537 Bytes

Session

Properties

Name Type Description Notes
user_id int The ID of the user of this session.
token str The token to use as a bearer token to query Management API endpoints.
created datetime Unix timestamp indicating when the session was first created.

[Back to Model list] [Back to API list] [Back to README]