Create Session
This endpoint is used to create a new session.
POST
This is step 3 from the How do I generate a session id? guide to create a fully valid session ID once a user has validated the request token.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
200 - application/json
Create session
The response is of type object
.