Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Hi Team,
We want the API list for the subscribe the specific application using toolkit so please guide us how is it possible
Hi,I don't know the specifics of the Toolkit calls but another post ( https://community.ibm.com/community/user/integration/discussion/analytics-collection#bm60e410d5-e21c-4d43-ab02-0192d9e1bc3f ) offered this link:https://ibm-apiconnect.github.io/clidocs/docs/category/analytics-1However if you are interested in using the REST APIs supplied by APIC directly they can handle this request using the Provider-API:My blog for beginners
https://community.ibm.com/community/user/integration/blogs/nick-cawood/2023/02/22/some-advice-about-using-the-api-connect-v10-apic-t
Getting the APIs can be seamlessly integrated into a Pipeline of calls, where you need to get each Subscription for your App - 1https://apic-api.apiconnect.ibmcloud.com/v10/#/IBMAPIConnectPlatformProviderAPI_200/operation/%2Fapps%2F{org}%2F{catalog}%2F{consumer-org}%2F{app}%2Fsubscriptions/getThen get the Product of the Subscription - 2https://apic-api.apiconnect.ibmcloud.com/v10/#/IBMAPIConnectPlatformProviderAPI_200/operation/%2Fapps%2F{org}%2F{catalog}%2F{consumer-org}%2F{app}%2Fsubscriptions%2F{subscription}/getThen use that Product id to get the API urls - 3https://apic-api.apiconnect.ibmcloud.com/v10/#/IBMAPIConnectPlatformProviderAPI_200/operation/%2Fcatalogs%2F{org}%2F{catalog}%2Fproducts%2F{product-id}/getthen finally you can get the API details for each API url - 4https://apic-api.apiconnect.ibmcloud.com/v10/#/IBMAPIConnectPlatformProviderAPI_200/operation/%2Fcatalogs%2F{org}%2F{catalog}%2Fapis%2F{api-id}/get
Additionally more calls and tips here for integrating the Provider-API into Pipelineshttps://community.ibm.com/community/user/integration/blogs/nick-cawood/2023/02/23/api-connect-v10-provider-api-calls-api-lifecycle-c
------------------------------Nick CawoodAPI Connect ConsultantIBM Expert LabsIBM UK Ltdhttps://www.linkedin.com/in/nickcawood/------------------------------
------------------------------Jyoti Pednekar------------------------------