Share private methods to registered users

Share private methods to registered users

Summary

When you have defined your methods with Private visibility, you shouldshare with registered developers who must haveaccess to the method.




Share access

Methods can be protected by Keys API or the OAuth2.0 protocol.

Methods protected by Keys API

To share access to a method, you should click on the lock icon shown when selecting a method from the API list:

A window would open, where the username or email of the developer to whom access the method would be granted. Type the developer user name, learn enter, and then click Save.

You can also share the methods per role. For example, you can share the methods for all Editors in your account.

If you want to revoke access to the method, you should open the window again and click Delete, and then click Save.


Methods protected by OAuth2.0


If the method is protected by OAuth2.0, it should select what application of each of the registered users and with whom you want to share access.



    • Related Articles

    • Manage users

      Summary Vor-Tex uses the assignment of user roles so that the account administrators have the ability to control what Users can and cannot do. For more information read the article User roles. To manage users of your account you must go to Settings > ...
    • Developers portal

      Summary The developers portal is for users who will access and start using APIs. Home Page Upon entering the portal of its organization would show a home page. You can register or log in here if you have already registered. If you have a user with ...
    • How to create an application

      Summary The application obtains the credentials that allow you to identify when consuming APIs. Create an application To create an application you must be registered and authenticated on the portal. Once authenticated, click Create application. ...
    • Audit API

      Summary The Audit API allows you to consult audit records in detail of applications received and responses submitted from APIs methods. Through this API you can learn the details of each of the requests made to your APIs and the responses submitted. ...
    • Administrative APIs: introduction

      Administrative APIs would allow you to check your account data. Administrative APIs you can consult: Statistics for the use of your APIs Audit queries made to your APIs and responses delivered Health of Methods (SLO) List of users of your account ...