

Building Custom UI
To build a custom UI for your integrations, you can do so by using the Cobalt SDKs or the List Applications API. If you want to create your own frontend for the integration and want to fetch information about the various integrations that will be available to the end-users, you can do so by using the1
Request
Call the .getapp() method provided in the SDK or the List Applications API to get a list of enabled apps.
You can also fetch information about a single application by providing the app slug in the Get Application API.
2
Handle Response
In the response, you will receive an array containing the List of Applications that were enabled for the end-user. You can find information about the applications like name, slug, icon URL, the app was connected by user or not etc which can be used to build the Custom UI of your app.
Response
Learn more about the Embedded and Seamless flow of Cobalt Connect here.
Checkpoint + Next Step
You have now successfully built a Custom UI for your end users which displays all the integrations enabled for them. Next step is to Manage Connections for your customers.