Redirect
Redirects user to Pulse (Redfast Frontend)
Redirects a user to pulse.redfast.com, optionally to a specified path, and attaches the session token. If no valid session, the user will be sent to the login page.
get/v1/session/redirect
Query parameters
session_tokenstring required
Redfast session token that authenticates the user for frontend access.
redirect_urlstring
Optional relative path (e.g., /welcome) to redirect to after login. Defaults to root if not provided.