Sessions
Extend Session
Extend a session.
POST
This endpoint allows you to extend an existing session (session_id
) for another 30 minutes while a user has the SDK open, when you receive the refresh session request
event in the onEvent
callback.
If the SDK is closed, it is best practice to create a new session before re-initializing the SDK using Create Session.
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 extending a session.
The body is of type object
.
Response
200
application/json
Successful request.
The response is of type object
.