Learning Library

← Back to Library

IBM API Connect Developer Portal Walkthrough

Key Points

  • The tutorial shows how to enable the IBM Developer Portal for a sandbox catalog, configure it in the Settings → Portal tab, and wait for an activation email.
  • Once the portal is active, users can explore API products, view detailed operations, and try sample requests directly in the portal UI.
  • After logging in, users register a new application under the “Apps” section, receiving a client ID and single‑display client secret required for authenticated API calls.
  • Users then subscribe their application to a chosen API product, test operations from the product detail page, and can now integrate the API into their own applications.

Full Transcript

# IBM API Connect Developer Portal Walkthrough **Source:** [https://www.youtube.com/watch?v=iKYSUKzRI0I](https://www.youtube.com/watch?v=iKYSUKzRI0I) **Duration:** 00:02:42 ## Summary - The tutorial shows how to enable the IBM Developer Portal for a sandbox catalog, configure it in the Settings → Portal tab, and wait for an activation email. - Once the portal is active, users can explore API products, view detailed operations, and try sample requests directly in the portal UI. - After logging in, users register a new application under the “Apps” section, receiving a client ID and single‑display client secret required for authenticated API calls. - Users then subscribe their application to a chosen API product, test operations from the product detail page, and can now integrate the API into their own applications. ## Sections - [00:00:00](https://www.youtube.com/watch?v=iKYSUKzRI0I&t=0s) **Enabling and Using IBM Developer Portal** - The tutorial demonstrates how to activate the IBM API Connect developer portal for a sandbox catalog, confirm the account, explore API products and their operations, test sample requests, and register an application to use the APIs. ## Full Transcript
0:00in this tutorial I'm going to walk you 0:02through the API connect developer portal 0:05now we're going to enable the developer 0:07portal for the sandbox catalog a 0:10developer portal is a web application 0:12for exploring subscribing sharing and 0:15providing feedback on the apis that you 0:17have published for now choose the 0:19sandbox catalog click the settings tab 0:22and click the portal subtab now select 0:26the IBM developer portal radio button 0:28and click save the developer portal will 0:31take some time to become active when 0:34it's ready you'll receive an email with 0:36a link to confirm your 0:38account now let's take a look at the 0:40portal if you have enabled your portal 0:42and confirmed your account go to 0:44settings select the portal Tab and click 0:47the URL to navigate to your developer 0:50portal to get started with the developer 0:52portal click on the API products tab it 0:56contains a collection of products 0:58published by the organization browse 1:00through the catalog and find the product 1:02that suits your purpose for this demo 1:05we'll be working with the API smart 1:07product click it to view the product 1:09details and plans select the API on the 1:12left to view its 1:14operations click on an operation to view 1:17its details and you can try a sample 1:19request using any of the displayed 1:21languages in order to use this API in 1:24your own application you will need to 1:26create an account or log in with your 1:28existing account after after you've been 1:30logged in a new tab called apps will 1:33appear on the top 1:34Navar you need to register a new 1:36application in order to use the apis 1:39that are available to you click on apps 1:41and then click on register new 1:43application enter the title and 1:45description of the application and hit 1:48submit a message will be displayed on 1:50your screen saying application created 1:52successfully along with the client ID 1:55and client secret for your application 1:57you must Supply the client ID and client 2:00secret when you call an API that 2:02requires them make a note of your client 2:05secret because it is only displayed 2:07once now you're ready to subscribe to 2:09the product of your choice open the API 2:12products tab click on the product and 2:15hit 2:16subscribe on the popup menu select your 2:19application to sign up for this plan and 2:21hit subscribe the product will be 2:23displayed in the 2:25subscriptions now go to the product 2:27detail page and test out any operation 2:30from the list of operations click call 2:33operation you will get a response as 2:35displayed and now you're ready to use 2:37the API in your own app thanks for 2:40watching