{ "opencollection": "1.0.0", "info": { "name": "Contact data fields", "version": "2.0.1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Contact data fields", "type": "folder" }, "items": [ { "info": { "name": "Get contact data fields", "type": "http" }, "http": { "method": "GET", "url": "https://{region}-api.dotdigital.com/v2/data-fields", "headers": [ { "name": "x-ddg-integration-token", "value": "" } ] }, "docs": "Lists all contact data fields within the account" }, { "info": { "name": "Create contact data field", "type": "http" }, "http": { "method": "POST", "url": "https://{region}-api.dotdigital.com/v2/data-fields", "headers": [ { "name": "x-ddg-integration-token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a contact data field within the account" }, { "info": { "name": "Delete contact data field", "type": "http" }, "http": { "method": "DELETE", "url": "https://{region}-api.dotdigital.com/v2/data-fields/:name", "headers": [ { "name": "x-ddg-integration-token", "value": "" } ], "params": [ { "name": "name", "value": "", "type": "path", "description": "The name of the contact data field you want to delete." } ] }, "docs": "Deletes a contact data field within the account" } ] } ], "bundled": true }