cancel
Showing results for 
Search instead for 
Did you mean: 

by using https receiver adapter to get API call from non sap system to SAP CPI?

sanfrancios
Explorer
0 Kudos

microsoftteams-image-3.png

we can achieve any scenario by using https receiver adapter to get API call from non sap system to SAP CPI?

In Address we can use API system endpoint ?

in query , what we need to give ?

authentication ?

method we can use GET method to call API.

Accepted Solutions (1)

Accepted Solutions (1)

anil_sumanth_y
Explorer
0 Kudos

hi Santosh,

You can populate the config as below.

Address: api endpoint host (https://test.com)

Query: whatever comes after the ? in your actual api endpoint. Populate in query.

Authentication varies for APIs. If you are using Basic, create the security material user credential and configure in channel. If it is APIKey or something other, use content modifier as need.

If you want to pull the data, use Get operation.

Regards,

Anil

Answers (1)

Answers (1)

alex_bundschuh
Product and Topic Expert
Product and Topic Expert
0 Kudos

this is all described here

https://help.sap.com/docs/CLOUD_INTEGRATION/368c481cd6954bdfa5d0435479fd4eaf/2da452effb764b3bb28f8e0...

whether you need to define the query depends on the API that you call

Alex