Session
Create a new session
Creates a new session.
POST
/
accounts
/
sessions
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
expiration
integer
payload
object
Response
201 - application/json
created
string
requiredtimeout
integer
lastActive
string
payload
object
Was this page helpful?