Skip to main content
POST
Create Session ID

Authorizations

Authorization
string
header
required

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

Body

application/json
password
string

This represents your password.

Example:

"@Nov022003"

request_token
string

This represents your request token.

Example:

"fcb53897ef777a93830818bfc428be6cd6ef962d"

username
string

This represents your user name.

Example:

"gloriaSilver"

Response

200 - application/json

Create Session ID

session_id
string
Example:

"6c8994060cf089b2d444fd0ceee13699fa354196"

success
boolean
Example:

true