Token Exchange for v2 to v3 is not working #944
Unanswered
danscan1712
asked this question in
Q&A
Replies: 1 comment
-
Hey, are you sure you are doing a POST request and are passing the parameters in the post body as application/x-www-form-urlencoded? Not sure if you just pasted the URL above, but it will not work if you pass the parameters in the query string. On my side the exchange token method works properly and have managed to exchange the tokens of 3 different apps. Hope this helps. Cheers, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://api.etsy.com/v3/public/oauth/token?grant_type=token_exchange&client_id=XXXXXXXXXc4xkt82lj4&legacy_token=XXXXXXXXXXXf1efac
I am making a post request from postman to get the new keys but I get the following response:
{
"error": "invalid_request",
"error_description": "grant_type is required"
}
the client_id is my App Id and the legacy token is the Token I would use in V2.
Beta Was this translation helpful? Give feedback.
All reactions