Generate secure iframe URLs for embedded UI components.
iframe endpoints provide secure, embeddable UI components for:
- Creating and managing data source connections (OAuth flows, credential input)
- Configuring destination connections
- Managing connection settings and permissions
These IFrames handle sensitive operations like authentication in a secure, pre-built UI that you can embed directly into your application.
Get iframe URL
Iframe allows to embed Improvado’s mechanism of creating datasource and destination connections in a safe way (including credentials passing). Datasources and destinations have different connection flows and attributes, Improvado handles this and has embedded all supported flows into iframe. In order to create a new connection within Improvado; call Get iframe url API, embed the iframe into your website so your customers can sign in to a datasource or setup destination connection parameters. After that you will be able to extract and load data using created connections.
query Parameters
show_connectors_listShows list of connected connections in iframe (optional parameter)
show_datasourcesShows list of all available data sources for connection (optional parameter)
show_accountsAllows to open page for each connection and enable/disable accounts within (optional parameter)
show_accounts_only_on_authAutomatically opens page for a connection after authorization. Only works if show_accounts=False. (optional parameter)
Get iframe URL › Request Body
workspace_idWorkspace ID
typedefines whether you want to create a destination connection or datasource connection. Allowed values are destination or datasource (optional parameter)
namestring identifier of datasource or destination you want to connect to (optional parameter)
Get iframe URL › Responses
Get iframe URL
urliframe URL

