Allow Anonymous Requirement
Add this requirement at the end point security block to bypass the authentication requirement all end points implicitly have. This requirement does not need any additional metadata.
Allow Anonymous Metadata Example
{ "endpoints": { "ExamplesGetSingleProduct": { "security": { "AllowAnonymous": { "type": "AllowAnonymous" } } } //remaining metadata omitted } }