MuleSoft Certified Developer – Level 1 — Question 137
An API instance of type API endpoint with API proxy is created in API Manager using an API specification from Anypoint Exchange. The API instance is also configured with an API proxy that is deployed and running in CloudHub.
An SLA-based policy is enabled in API Manager for this API instance.
Where can an external API consumer obtain a valid client ID and client secret to successfully send request to the API proxy?
Answer options
- A. In Anypoint Studio, from components generated by APIkit for the API specification
- B. In Anypoint Studio, from components generated by REST Connect for the API specification
- C. In Runtime Manager, from the Properties tab of the deployed approved API proxy
- D. In the organization’s pubic API portal in Anypoint Exchange, from an approved client application for the API proxy
Correct answer: D
Explanation
The correct answer is D because external consumers can obtain the client ID and client secret from the public API portal in Anypoint Exchange, specifically from an approved application. Options A and B refer to development environments and do not provide access to credentials for external consumers, while option C pertains to internal deployment information rather than client credentials.