post https://api.idwise.com/journey/v2/generate-client-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. 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.
Base URL by Region
The base URL you should use depends on the region where your services are hosted. Below are the available URLs for each region. By default, the EU region URL is used.
- EU (Default): https://api.idwise.com/
- UAE: https://api-uae.idwise.com/
- Qatar: https://api-qat.idwise.com/
Authentication
Please refer to the API Credentials and Authentication page for more detailed information