Panel | ||
---|---|---|
| ||
|
API Products page
The API Products screen displays the products available to be used in applications.
...
Note |
---|
Subscription status will be "no" if products are not used by any application. To subscribe to a product, register an application. |
API Catalog
Click the product name to see the API categories (groups under which various APIs are available) available in the selected product.
Dynamic Client Registration
After creating the account in the developer portal, tpp can register for the apis and get the consumer key and consumer secret. In order to register for the apis, the tpp has to provide an SSA(Software statement Assertion) and Organization ID.
...
After the SSA gets generated, it can be used to register the TPP and get the client credentials as shown in the screenshots below.
Registering an application
To register an app,
- Click the Applications tab and click the Register button.
Select the products required for the app, provide the following details, and click Register.
Properties Description Id Provide a unique ID that refers to the function or purpose of the application. Organization Id issued by OBUK Organization ID provided by the provider. Name Preferred name of the application. Description A brief description explaining the purpose and features of the application. SSA Issued by OB UK SSA issued by the provider. Redirect URI Provide the URI to redirect to a particular page after authorization. The app gets registered with the ID provided.
Info An acknowledgment message appearing on the top of the page.
Tip - Click Edit to make any changes to the application.
- Click Unregister to unsubscribe the products.
Fetching Consumer Key and Secret
Click the Application Id name (see the figure above) to see the Consumer Key and Consumer Secret generated for the respective product.
Checking API Documentation
Click the API Products tab to go to the API Products page.
...