Skip to main content
POST
Create Session ID(with login)

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:

"7ae547a16d3bba575359ceb2d6aa9e23525b1f17"

username
string

This represents your user name.

Example:

"gloriaSilver"

Response

200 - application/json

Create session ID(with login)

expires_at
string
Example:

"2024-12-17 23:15:51 UTC"

request_token
string
Example:

"7ae547a16d3bba575359ceb2d6aa9e23525b1f17"

success
boolean
Example:

true