Sessions
Create Session
Create a session and use it to initialize the SDK.
POST
Sessions last 30 minutes. It is best practice to create a new session each time you initialize the SDK and not log the session in any internal or 3rd party tooling.
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
application/json
The input parameters required for creating a session.
The body is of type object
.
Response
200
application/json
Successful request.
The response is of type object
.