post https://api.idwise.com/journey/v2/generate-client-session-token
This endpoint allows you to generate a Client Session Token that can be securely used on the client side to initiate journeys in a specific environment. Unlike the Client Key, which does not expire, this token includes an expiration period and is environment-specific, offering you fine-grained control over token issuance and usage.
Overview
The Client Session Token is designed to give your backend full control over:
- When to allow clients to start journey and process journey's steps.
- How long the token remains valid (between 3 and 60 minutes).
This approach is ideal when you want to enforce short-lived client access with clear session boundaries.
Authentication
Please refer to the API Credentials and Authentication page for more detailed information