List all the integrations (blends) in one customer account.

Fields of blend:

  • guid
  • name
  • description
  • icon (full url)
  • icon2 (full url)
  • icon3 (full url)
  • status (live, hidden, coming_soon)
  • created_at (timestamp creation = activation by customer)
  • updated_at (timestamp last update)
  • last_run_at
  • has_setup
  • has_settings
  • isbundle (bundles are blends that have sub_blends)
  • sub_blends (only if isbundle is true)
  • setup_complete
  • template_guid
  • run_mode
  • admin_url: link to the Settings UI of this active integration
  • admin_sso_url: link to the Settings UI of this active integration, with SSO (make sure to add all SSO parameters)

This endpoint is typically used to list active integrations in the UI of your SaaS platform, when you use the "deep embedding" scenario, which means you are not using an iframe for embedding.

You can add a link to each individual integration in your UI, allowing your customer to manage the integration (change settings etc.). This embedding will typically use an SSO link that opens the detail page of the integration e.g. in a frame, modal or new browser window. You can use the admin_sso_url to link directly to one specific integration (deep link). Make sure to add all required SSO parameters. See the SSO article for more information.

Language
Authorization
Click Try It! to start a request and see the response here!