Skip to main content
POST
Create Flow Config

Authorizations

Authorization
string
header
required

API token from the Control Room. Include as Authorization: Bearer <token>

Body

application/json

Request to create a new flow configuration via API.

config_name
string
required
company_name
string
required
logo_url
string
required
privacy_policy_url
string
required
webhook_url
string | null
flow_version
string
default:lm
is_default
boolean
default:false

Response

Successful Response

Response after creating a flow configuration.

config_id
string
config_name
string
company_name
string
logo_url
string
privacy_policy_url
string
webhook_url
string | null
flow_version
string
is_default
boolean
preview_url
string