cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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?

Message 1 of 4
latest reply
1 BEST ANSWER

Accepted Solutions

What is the METHOD, PATH and the HOST for the GetAccount method?

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

View Best Answer in original post

Message 2 of 4
latest reply
3 REPLIES 3

What is the METHOD, PATH and the HOST for the GetAccount method?

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

Message 2 of 4
latest reply

What is the METHOD, PATH and the HOST for the GetAccount method?

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.

Message 3 of 4
latest reply

What is the METHOD, PATH and the HOST for the GetAccount method?

It was correct and has worked fine, thanks for your help again!

Message 4 of 4
latest reply