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
- 412
- 422
- 500
Session successfully created
Bad Request
Unauthorized - Invalid or missing Bearer token
Forbidden - Token does not have required permissions
Flow cannot execute in its current configuration (missing credentials, template, or step config)
One or more uploaded files exceed the size limit configured for this flow
Internal server error