ameerhamza01
3 years agoVisitor
Swagger APi
Basically i have 2 type of api's:
1).Internal Organization Api's
2).Open User Api's
open user api's will be accessed without login while internal organization api's could not be accessed without login so for this purpose may be i need separate authenticated url for all internal api's. How can i achieve this?