Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After creating the client, you must generate an OAuth token. You must make a call to obtain a token using the following procedure. To generate OAuth token, you need the following parameters:

  • Client ID: The client ID that you have created in the previous step.

  • Client Secret: The client secret that you have created in the previous step.

  • OAuth2 Endpoint: The URL of the endpoint that authorizes the application.

  • OAuth2 Token: The URL of the endpoint that retrieves the token for an authenticated account.

...

You must make a call to obtain a token using the following procedure.

  1. Click Authorize
    You will be redirected to the login page of Zuora.

  2. Log into the application and accept the permissions.
    The Access token and the Refresh Token will be generated.

  3. Check the Auto-refresh token checkbox and save the account.

...

See Also