What is the METHOD, PATH and the HOST for the GetAccount method?
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?
www*bathcare*de
Posted 3 years ago·Last reply 3 years ago
3 comments
five_notch_trading_post
·3 years agoDoes 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
www*bathcare*de
OP3 years agoThanks 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.
www*bathcare*de
OP3 years agoIt was correct and has worked fine, thanks for your help again!