04-06-2023 03:56 PM
Hello,
I would like to use the GetAccount api. But as most of you know, we now need to generate a digital signature before we can use specific apis. So I need to create a digital signature for this call.
But it is needed to know the values for METHOD, PATH and the HOST to create the signature keys.
For example the seller_funds_summary:
METHOD = GET
PATH = /sell/finances/v1/seller_funds_summary
HOST = apiz.ebay.com
But what is it for the GetAccount method?
Solved! Go to Best Answer
04-06-2023 04:31 PM
Does this work? (should be the answer, I am not set up to test that workflow though)
method = POST
path = /ws/api.dll
host = api.ebay.com
04-06-2023 04:31 PM
Does this work? (should be the answer, I am not set up to test that workflow though)
method = POST
path = /ws/api.dll
host = api.ebay.com
04-08-2023 09:04 AM
Thanks for your answer! I'm still struggeling with adding the content digest header to the signature. But at least I know correct METHOD, PATH and the HOST for the GetAccount method. As soon as I have done a valid call, I will give a feedback.
04-08-2023 09:46 AM
It was correct and has worked fine, thanks for your help again!