Skip to main content Skip to complementary content

Get integration (automation) in account

Path Parameters

Name Description Type
account_externalid string
blend_guid string

Results

200

{
  "guid": "xxx",
  "name": "My integration",
  "short_description": null,
  "description": null,
  "icon": "",
  "icon2": null,
  "icon3": null,
  "status": "live",
  "created_at": "2019-06-16T07:38:41+00:00",
  "updated_at": "2019-06-16T07:38:41+00:00",
  "last_run_at": null,
  "has_setup": false,
  "has_settings": false,
  "isbundle": false,
  "setup_complete": false,
  "template_guid": null,
  "run_mode": "manual",
  "admin_url": "https://.../widgets/xxx",
  "inputs": [
      { 
        "id": 123,
        "block_id": "inputs|inputs2|...",
        "label": "start|setup|settings",
        "prompt": "First Name",
        "field_name": "first_name",
        "persisted_value": "John",
        "is_required": true|false,
        "is_top_input": true|false,
        "is_persisted": true|false,
        "order": 1,
        "created_at": "",
        "updated_at": ""
      }
  ]
}

400

{}

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!