Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 568 Bytes

Session.md

File metadata and controls

13 lines (8 loc) · 568 Bytes

# Session

Properties

Name Type Description Notes
userId int The ID of the user of this session.
token string 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]