How can we make REST API GET call request based on API key security in OIC using REST Connection?
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'