{ "opencollection": "1.0.0", "info": { "name": "Addresses Introduction Account Addresses Currencies API", "version": "25.1126.6886238" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Currencies", "type": "folder" }, "items": [ { "info": { "name": "Get all Currencies", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/v2/currencies", "params": [ { "name": "page[offset]", "value": "", "type": "query", "description": "The number of records to offset the results by." }, { "name": "page[limit]", "value": "", "type": "query", "description": "The number of records per page." } ] }, "docs": "Fetch all currencies.\n" }, { "info": { "name": "Create a Currency", "type": "http" }, "http": { "method": "POST", "url": "https://useast.api.elasticpath.com/v2/currencies", "body": { "type": "json", "data": "{}" } }, "docs": "Create a currency.\n" }, { "info": { "name": "Get a Currency", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/v2/currencies/:currencyID", "params": [ { "name": "currencyID", "value": "", "type": "path", "description": "The ID for the requested currency." } ] }, "docs": "Fetch a currency by its ID.\n" }, { "info": { "name": "Update a Currency", "type": "http" }, "http": { "method": "PUT", "url": "https://useast.api.elasticpath.com/v2/currencies/:currencyID", "params": [ { "name": "currencyID", "value": "", "type": "path", "description": "The ID for the requested currency." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a currency.\n" }, { "info": { "name": "Delete a Currency", "type": "http" }, "http": { "method": "DELETE", "url": "https://useast.api.elasticpath.com/v2/currencies/:currencyID", "params": [ { "name": "currencyID", "value": "", "type": "path", "description": "The ID for the Currency to delete." } ] }, "docs": "Delete a currency.\n\n:::caution\n\n- You can’t delete a default currency.\n\n:::\n" } ] } ], "bundled": true }