Skip to main content
POST
Create Session
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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
request_token
string

A temporary credential used in the authentication process

Example:

"0609d2cbb31c2329a39455d843492a57f088cfd8"

Response

200 - application/json

Create session

session_id
string
Example:

"3bebb91255e4341eb34bd8910da4dfbfefdb4a88"

success
boolean
Example:

true