{ "opencollection": "1.0.0", "info": { "name": "Mailchimp Marketing Abuse Notes API", "version": "3.0.55" }, "items": [ { "info": { "name": "Notes", "type": "folder" }, "items": [ { "info": { "name": "Mailchimp List Recent Member Notes", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/lists/:list_id/members/:subscriber_hash/notes", "params": [ { "name": "list_id", "value": "500123", "type": "path", "description": "The unique ID for the list." }, { "name": "subscriber_hash", "value": "example_value", "type": "path", "description": "The MD5 hash of the lowercase version of the list member's email address." }, { "name": "sort_field", "value": "example_value", "type": "query", "description": "Returns notes sorted by the specified field." }, { "name": "sort_dir", "value": "example_value", "type": "query", "description": "Determines the order direction for sorted results." }, { "name": "fields", "value": "example_value", "type": "query", "description": "A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation." }, { "name": "exclude_fields", "value": "example_value", "type": "query", "description": "A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation." }, { "name": "count", "value": "example_value", "type": "query", "description": "The number of records to return. Default value is 10. Maximum value is 1000" }, { "name": "offset", "value": "example_value", "type": "query", "description": "Used for [pagination](https://mailchimp.com/developer/marketing/docs/methods-parameters/#pagination), this it the number of records from a collection to skip. Default value is 0." } ] }, "docs": "Get recent notes for a specific list member." }, { "info": { "name": "Mailchimp Add Member Note", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/lists/:list_id/members/:subscriber_hash/notes", "params": [ { "name": "list_id", "value": "500123", "type": "path", "description": "The unique ID for the list." }, { "name": "subscriber_hash", "value": "example_value", "type": "path", "description": "The MD5 hash of the lowercase version of the list member's email address." } ] }, "docs": "Add a new note for a specific subscriber." }, { "info": { "name": "Mailchimp Get Member Note", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/lists/:list_id/members/:subscriber_hash/notes/:note_id", "params": [ { "name": "list_id", "value": "500123", "type": "path", "description": "The unique ID for the list." }, { "name": "subscriber_hash", "value": "example_value", "type": "path", "description": "The MD5 hash of the lowercase version of the list member's email address. This endpoint also accepts a list member's email address or contact_id." }, { "name": "note_id", "value": "500123", "type": "path", "description": "The id for the note." }, { "name": "fields", "value": "example_value", "type": "query", "description": "A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation." }, { "name": "exclude_fields", "value": "example_value", "type": "query", "description": "A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation." } ] }, "docs": "Get a specific note for a specific list member." }, { "info": { "name": "Mailchimp Update Note", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/lists/:list_id/members/:subscriber_hash/notes/:note_id", "params": [ { "name": "list_id", "value": "500123", "type": "path", "description": "The unique ID for the list." }, { "name": "subscriber_hash", "value": "example_value", "type": "path", "description": "The MD5 hash of the lowercase version of the list member's email address. This endpoint also accepts a list member's email address or contact_id." }, { "name": "note_id", "value": "500123", "type": "path", "description": "The id for the note." } ] }, "docs": "Update a specific note for a specific list member." }, { "info": { "name": "Mailchimp Delete Note", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/lists/:list_id/members/:subscriber_hash/notes/:note_id", "params": [ { "name": "list_id", "value": "500123", "type": "path", "description": "The unique ID for the list." }, { "name": "subscriber_hash", "value": "example_value", "type": "path", "description": "The MD5 hash of the lowercase version of the list member's email address. This endpoint also accepts a list member's email address or contact_id." }, { "name": "note_id", "value": "500123", "type": "path", "description": "The id for the note." } ] }, "docs": "Delete a specific note for a specific list member." } ] } ], "bundled": true }