To diplay the apps to your end-users in the frontend, you can develop your own custom UI or redirect your users to Cobalt Connect, which is securely hosted by Cobalt.
Cobalt API for UI
/application
endpoint with the linked_account_id
of the user./application
endpoint will respond with 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.Cobalt SDK for UI
Promise.<Application>
- The application details.