Skip to main content
GET
/
landscapes
/
{landscapeId}
/
versions
/
{versionId}
/
flows
/
{flowId}
/
export
/
code
Export Code
curl --request GET \
  --url https://api.icepanel.io/v1/landscapes/{landscapeId}/versions/{versionId}/flows/{flowId}/export/code \
  --header 'Authorization: <authorization>'
{
  "message": "<string>",
  "code": "<string>",
  "errors": [
    "<string>"
  ]
}

Headers

Authorization
string
required

Path Parameters

landscapeId
string
required
versionId
string
required
flowId
string
required

Response

OK