You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How can we make REST API GET call request based on API key security in OIC using REST Connection?

Received Response
296
Views
10
Comments

Summary:

Is there any possibility of handling the API key and API id header values in the OIC REST connection using the API key-based Authentication security/other options?

How can we achieve below Curl in OIC?

Content (required):

below is the sample curl:

curl --location --request GET 'https://xyz.amazonaws.com/dev?name=****' \

--header 'x-api-key: headervalue' \

--header 'x-apigw-api-id: headervalue'

Version (include the version you are using, if applicable):

23.1.1

Code Snippet (add any code snippets that support your topic, if applicable):

curl --location --request GET 'https://xyz.amazonaws.com/dev?name=****' \

--header 'x-api-key: headervalue' \

--header 'x-apigw-api-id: headervalue'

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!