Enable Try it out
This article describes how to enable the "Try it out" feature for your service.
Consumers can exercise endpoints from DeveloperHub without leaving the site when Services have the appropriate CORS and one or more supported authentication rules. The supported authentication rules include Basic Auth rule, JWT Validator rule, and API Key Authenticator rule.
To enable Try it out:- Create a policy with a CORS Restriction rule and one or more of the supported authentication rules.
- Apply the policy to the Service or endpoint.
- Publish the Service to DeveloperHub with Public visibility.
When a consumer clicks the endpoint details, Authorize and Try it out
buttons display:


Refer to Enable Try it out for an example.