Zuora REST V2 Connector > Introduction to Zuora REST V2 Connector > Administration of Zuora REST V2 Connector
  

Administration of Zuora REST V2 Connector

Before you use Zuora REST V2 Connector, complete the following prerequisites:

Creating an OAuth Client

If you want to configure Zuora REST V2 connections to use OAuth 2.0 authentication to access Zuora, you must create an OAuth client in Zuora. The client ID and the client secret are generated for a new OAuth client, and the user needs to provide the client ID and the client secret in the REST request to create an access token for the API Gateway.
    1Login to Zuora website.
    2Click your username at the top right, and navigate to Administration > Manage Users.
    3Click the First Name, Last Name, or User Name of the user from the list of users on the All Users page.
    4In the OAuth Clients section, you can view or delete the existing OAuth Client for the user.
    5To create a new OAuth Client, enter the Client Name, Description, and select the Accessible Entities for those entities that you want to authenticate.
    6Click create.
    7Upon the successful creation, the Client ID and Client Secret appears on the screen. Save the Client ID and Client Secret.
    Note: The client secret appears only once on the screen.
    8Click OK to close the window.