Contradictory API Documentation #1682
SecondWindDev
started this conversation in
Ideas
Replies: 1 comment
|
Hi SecondWindDev, good catch, and sorry for the trouble! You're right: the example contradicts the instructions. We'll correct the example shortly to make this clear. Thanks for reporting this. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
In your documentation on authentication here: https://developer.etsy.com/documentation/essentials/authentication/
In the "Step 3: Request an Access Token" section, it quickly says at the start that the parameters must be in the request body, and then following that an example request is given which is clearly using query parameters. This led to a headache for me as I saw the example and figured this used query params just like seemingly every other endpoint, and then couldn't figure out why I kept getting 400 errors.
All reactions