Create a session
POST/api/v1/flows/:flowId/:environment/sessions
Creates a new session for the specified flowId and returns session details. For more information, see Create a session.
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