When developing a REST API in NextGen Platform it MUST be protected by standard security mechanisms and it MUST be invoked only with proper authentication and authorization.
NextGen Platform provides a standard decoration that MUST be used when developing a new API service:
@AuthenticationRequired
This annotation implies that the decorated API will require an authentication mechanism before executing the underlying code.
You can find more information on the annotation here: https://docs.fsm.overit.cloud/overit/geocall/rs/annotations/AuthenticationRequired.html
To know more about supported authentication methods NextGen APIs - Authentication
To know more about supported authorization methods NextGen APIs - Authorization