{ "opencollection": "1.0.0", "info": { "name": "Drip REST Accounts Custom Fields API", "version": "2.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Custom Fields", "type": "folder" }, "items": [ { "info": { "name": "List custom field identifiers", "type": "http" }, "http": { "method": "GET", "url": "https://api.getdrip.com/v2/:account_id/custom_field_identifiers", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "List custom field identifiers" } ] } ], "bundled": true }