Create a session
POST/api/v1/flows/:flowId/:environment/sessions
Creates a new session instance for a specified flowId and returns session details. The request payload is thereby dynamic. Create sessions with dynamic payloads by providing exactly the data blocks required by the flow’s configured steps, as defined in the flow configuration.
Request
Responses
- 201
- 400
- 401
- 403
- 500
Session successfully created
Bad Request
Unauthorized - Invalid or missing Bearer token
Forbidden - Token does not have required permissions
Internal server error