This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Application Information API is for retrieving OAuth application information from the WSO2 Open Banking Key Manger.

Click here for the Application Information REST API documentation.

This API allows retrieving application metadata for a single or bulk application.


Retrieve metadata for a single application 

This resource is to retrieve metadata for a given client application using the ClientId. 

GET /metadata/{ClientId}



Retrieve metadata for a set of applications 

This resource is to retrieve metadata for a given bulk of client applications using their ClientIds. The list of ClientIds should be passed as parameters.

GET /metadata

  • No labels