cancel
Showing results for 
Search instead for 
Did you mean: 

How to access C4C Odata API from AWS?

sharathnasa
Explorer
0 Kudos

Hello Experts,

I'm currently building the product called inversation as the part of SAP.io. Our product is hosted on AWS and i would make Odata call to C4C to consume api.

1. Is it possible to do OData api call from AWS to C4C using OAuth mechanism? If yes, could you please provide me a link for the documentation?

2. If not what's the way to achieve the same?

I have gone through the below link, but it is to make a call from HCP to C4C.

https://blogs.sap.com/2017/11/14/configuring-oauth-2.0-between-sap-hybris-cloud-for-customer-and-sap...

Regards,

Sharath

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member422907
Contributor
0 Kudos

Hi,

in this link you may find specification and examples for all objects in C4C that are supported with oData:

https://help.sap.com/doc/d0f9ba822c08405da7d88174b304df84/LATEST/en-US/index.html#/topic

All you need to access data from C4C is valid username and password for basic authentication.

Based on business role user will have on not have access to certain objects in C4C.

br,

Zoran

sharathnasa
Explorer
0 Kudos

Hi Zoran,

Thanks a lot for the response. But i would prefer to implement using Oauth mechanism. Is there any guidance for the same?

Regards,

Sharath