Create a session and use it to initialize the SDK.
KnotConfiguration
class of the SDK during initialization. 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.Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
. Use your client_id
as the username
and your secret
as the password
value.
The input parameters required for creating a session.
The body is of type object
.
Successful request.
The response is of type object
.