Versions Compared

Key

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

In this article

...

Use this account type to connect OpenAPI Snaps with data sources that use OpenAPI Dynamic OAuth2 accounts.

Prerequisites

  • To create an OpenAPI Dynamic OAuth2 account, ensure that your endpoint's account has:

    • Valid scopes.

    • Valid credentials.

    • Valid permissions.

    See OpenAPI OAuth2 for details.

Limitations and Known Issues

None.

Account Settings

<Insert image here>Image AddedImage Added

Note

Field names marked with an asterisk ( * ) are mandatory.

Field Name

Field Type

Description

Label*

String

Specify the name for the account. We recommend that you update the account name if there is more than one account of the same account type in your project.

Default value: None

Example: Account_OpenAPI

Access token*

String

Specify the access token for the application. The retrieval of the access token is done when setting up the account for the endpoint.

This property is expression-enabled. For more information on the expression language, see Understanding Expressions in SnapLogic and Using Expressions. For information on Pipeline Parameters, see Pipeline Properties.

By default, make the request using bearer <access token> (lower case bearer). Some endpoints require Bearer to be capitalized. For such endpoints, you can fully qualify the access token property by defining it as: Bearer <access token>.

Default Value: N/A None
Example_AccessToken8f733cfc-cb85-4e34-b7f9-890fa5665756:ab

Header authenticated

Checkbox

Select this checkbox if endpoint uses bearer header authentication.

Default value: Deselected

Example: Selected

...