Creating or editing an endpoint for Eloqua Rest API activity
Eloqua Rest API endpoints provide the configuration information that the Studio and the Integration Appliance use to connect to the Eloqua platform. Eloqua Rest API uses OAuth 2.0 authentication mechanism so as to authorize users to perform operations.
About this task
Note: Before creating an Eloqua Rest API endpoint, you need to download and install the Eloqua Rest API connector.
Any changes you make to the Eloqua Rest API endpoint, including
configuration properties, affects all the orchestrations that use
that endpoint, as the edits are global, not local.For information about downloading and installing the connector, see Downloading and installing plug-in connectors
Procedure
Table: Connection properties
Field Name | Description |
OAuth Access Token | OAuth access token generated from Eloqua Rest API for authentication. |
OAuth Refresh Token | OAuth refresh token generated from Eloqua Rest API while generating OAuth Access token. |
Application Client ID | The Client Identifier issued to the application during registration. |
Application Client Secret | The Client Secret issued to the application during registration. |
Application Redirect URL | The Redirect URL issued to the application during registration. |
Note: To generate the access token, refer to the Oracle Eloqua Rest API documentation relating to "OAuth2 Authentication Support in Eloqua Rest API".