List all flow configurations for the authenticated client.
Returns all configs with their details including S3 logo URLs and preview links.
cURL
curl --request GET \ --url https://link.emergedata.ai/configs \ --header 'Authorization: Bearer <token>'
[ { "config_id": "cfg_30bfe2ca", "config_name": "default", "company_name": "Wonderful AI", "logo_url": "https://assets.emergedata.ai/logo/wonderful-ai.png", "privacy_policy_url": "https://wonderful.ai/privacy", "webhook_url": "https://api.wonderful.ai/webhooks/emerge", "flow_version": "emerge", "is_default": true, "preview_url": "https://link.emergedata.ai/preview/ck_live_123?flow_config=default" } ]
API token from the Control Room. Include as Authorization: Bearer <token>
Authorization: Bearer <token>
Successful Response