Hi,
I am trying to use APIs as guided in the document.
I am able to connect to
‘/customer/getAPIEncpkey’ – could get the encryption key
‘/customer/getUserSID’ – was able to get the session id
To get the session id I did generate a SHA256 (64 bit) key for UserID + API Key + EncryptionKey.
I tried getting my profile using the /customer/accountDetails (GET method) but getting NULL response. I am not getting any error message as well. Not sure where it went wrong.
I tried using other endpoints as well but no luck. Neither POST nor GET working for me.
Looking forward for a solution.
FYI: I am using Oracle Apex to call all these APIs and using apex_web_service.make_rest_request method to invoke the APIs.
Thanks in advance