{ "opencollection": "1.0.0", "info": { "name": "Zeffy Public Campaigns Contacts API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Contacts", "type": "folder" }, "items": [ { "info": { "name": "List contacts", "type": "http" }, "http": { "method": "GET", "url": "https://api.zeffy.com/api/v1/contacts", "params": [ { "name": "email", "value": "", "type": "query", "description": "Look up a specific contact by email." }, { "name": "cursor", "value": "", "type": "query", "description": "Cursor for the next page." } ] }, "docs": "Retrieves an organization's full donor and supporter list. Confirmed endpoint." }, { "info": { "name": "Get a contact", "type": "http" }, "http": { "method": "GET", "url": "https://api.zeffy.com/api/v1/contacts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieves a single contact, including giving history, total contributions, address, and communication preferences. Modeled from the documented ability to look up a specific person by ID or email." } ] } ], "bundled": true }