Versions Compared

Key

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

...

Field Name

Field Dependency

Description

Label*

N/A

Specify a unique label for the account.

Default Value: Zuora OAuth2 Account
ExampleZuora OAuth2

Base URL*

N/A

Specify the base URL for Zuora REST API endpoints.

Default Value: N/A
Example: https://rest.apisandbox.zuora.com

Client ID*

N/A

Specify the client ID associated with your account. You can create the client ID as advised by your application provider.

Default Value: N/A
Example: 3swddd3-4344-894b-90c201c91de

Client secret*

N/A

Specify the client secret associated with your account. You can create the client secret as advised by your application provider.

Default Value: N/A
Example: 678753456

Access token

N/A

Auto-generated after authorization. The token that SnapLogic uses to make API requests on behalf of the user associated with the client ID.

Default Value: N/A
Example: 767886779

Refresh token

N/A

Auto-generated after authorization. The refresh token associated with your account. If the refresh token is stored, then the access token can be refreshed automatically before it expires.

Default Value: N/A
Example: 87566779

Access token expiration

N/A

Auto-generated after authorization. The access token expiration value, in seconds.

Default Value: N/A
Example: N/A

OAuth2 Endpoint

N/A

Specify the URL of the endpoint that authorizes the application. 

Default Value: N/A
Example: https://rest.apisandbox.zuora.com/oauth/auth

OAuth2 Token

N/A

Specify the URL of the endpoint that retrieves the token for an authenticated account.

Default Value: N/A
Example: https://rest.apisandbox.zuora.com/oauth/token

Token endpoint config

Use this field set to provide custom properties for the Zuora OAuth2 token endpoint. Click the + Add (blue star) or - Remove (blue star) icons respectively to respectively add or remove configuration rows. This field set contains the following fields:

  • Token endpoint parameter

  • Token endpoint parameter value

Token endpoint parameter

N/A

Specify the token endpoint parameter.

Default Value: N/A
Example: response_type

Token endpoint value

N/A.

Specify the value associated with the endpoint parameter defined above.

Default Value: N/A
Example: code

Auth endpoint config

Use this field set to provide custom properties for the Zuora OAuth2. Click the + or - icons to respectively add or remove configuration rows. This field set contains the following fields:

  • Authentication parameter

  • Authentication parameter value

Authentication parameter

N/A

Specify the authentication endpoint parameter.

Default Value: N/A
Example: Scope

Authentication parameter value

N/A

Specify the value associated with the authorization endpoint parameter defined above.

Default Value: N/A
Example: read_data

Auto-refresh token

N/A

Select this check box to refresh the access token automatically using the refresh token. Else, the access token expires and is not refreshed automatically.

Default Value: Deselected
Example: N/A

...