Session Controller API

The Session Controller API provides endpoints for managing user sessions in the FinHub platform. These endpoints allow for creating, retrieving, updating, and terminating user sessions.

Available Endpoints

This tag groups endpoints related to session management operations, including:

MethodEndpointDescription
POST/api/v2/session/logoutLogout customer by session id
POST/api/v2/session/logoutAllLogout all customer sessions

Session Management

The Session Controller API enables secure session management, allowing applications to maintain user state and implement proper authentication flows. Sessions are created upon successful authentication and can be terminated when users log out or when security policies require it.

Security Considerations

Session management is critical for application security. The Session Controller API implements security best practices including:

  • Session timeout mechanisms
  • Secure session token handling
  • Session invalidation on security events
  • IP-based session validation