{ "opencollection": "1.0.0", "info": { "name": "Pipedrive API v1 Activities Currencies API", "version": "1.0.0" }, "items": [ { "info": { "name": "Currencies", "type": "folder" }, "items": [ { "info": { "name": "Get all supported currencies", "type": "http" }, "http": { "method": "GET", "url": "https://api.pipedrive.com/v1/currencies", "params": [ { "name": "term", "value": "", "type": "query", "description": "Optional search term that is searched for from currency's name and/or code" } ], "auth": { "type": "apikey", "key": "x-api-token", "value": "{{x-api-token}}", "placement": "header" } }, "docs": "Returns all supported currencies in given account which should be used when saving monetary values with other objects. The `code` parameter of the returning objects is the currency code according to ISO 4217 for all non-custom currencies." } ] } ], "bundled": true }