{ "opencollection": "1.0.0", "info": { "name": "Etsy Open API v3 BuyerTaxonomy User API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "User", "type": "folder" }, "items": [ { "info": { "name": "Etsy Get User", "type": "http" }, "http": { "method": "GET", "url": "https://openapi.etsy.com/v3/application/users/:user_id", "params": [ { "name": "user_id", "value": "456789", "type": "path" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "
General ReleaseReport bug

This endpoint is ready for production use.

\n\nRetrieves a us" }, { "info": { "name": "Etsy Get Me", "type": "http" }, "http": { "method": "GET", "url": "https://openapi.etsy.com/v3/application/users/me", "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "
General ReleaseReport bug

This endpoint is ready for production use.

\n\nReturns basic " } ] } ], "bundled": true }