{ "opencollection": "1.0.0", "info": { "name": "Etsy Open API v3 BuyerTaxonomy Ledger Entry API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Ledger Entry", "type": "folder" }, "items": [ { "info": { "name": "Etsy Get Shop Payment Account Ledger Entry", "type": "http" }, "http": { "method": "GET", "url": "https://openapi.etsy.com/v3/application/shops/:shop_id/payment-account/ledger-entries/:ledger_entry_id", "params": [ { "name": "shop_id", "value": "123456", "type": "path", "description": "The unique positive non-zero numeric ID for an Etsy Shop." }, { "name": "ledger_entry_id", "value": "1", "type": "path", "description": "The unique ID of the shop owner ledger entry." } ], "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\nGet a single S" }, { "info": { "name": "Etsy Get Shop Payment Account Ledger Entries", "type": "http" }, "http": { "method": "GET", "url": "https://openapi.etsy.com/v3/application/shops/:shop_id/payment-account/ledger-entries", "params": [ { "name": "shop_id", "value": "123456", "type": "path", "description": "The unique positive non-zero numeric ID for an Etsy Shop." }, { "name": "min_created", "value": "1", "type": "query", "description": "The earliest unix timestamp for when a record was created." }, { "name": "max_created", "value": "1", "type": "query", "description": "The latest unix timestamp for when a record was created." }, { "name": "limit", "value": "25", "type": "query", "description": "The maximum number of results to return." }, { "name": "offset", "value": "0", "type": "query", "description": "The number of records to skip before selecting the first result." } ], "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\nGet a Shop Pay" } ] } ], "bundled": true }