{ "opencollection": "1.0.0", "info": { "name": "Fundz Agreements API", "version": "1.1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Agreements", "type": "folder" }, "items": [ { "info": { "name": "Retrieve agreements", "type": "http" }, "http": { "method": "GET", "url": "https://api.fundz.net/agreements", "params": [ { "name": "created_from", "value": "2026-08-01", "type": "query", "description": "Only return events published on or after this date (YYYY-MM-DD), against `created_at`." }, { "name": "created_to", "value": "2026-08-05", "type": "query", "description": "Only return events published on or before this date (YYYY-MM-DD), against `created_at`." }, { "name": "locations", "value": "San Francisco", "type": "query", "description": "Locations titles and short_description filter" }, { "name": "industries", "value": "Information Technology", "type": "query", "description": "Industry titles filter" }, { "name": "page", "value": "1", "type": "query", "description": "Page number, 1-based. Responses hold 25 records; use `meta.next_page` to walk the set." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Access announcements of business partnerships, strategic alliances, distribution agreements, and other material contracts between companies. Useful for tracking collaboration patterns, identifying partnership opportunities, and monitoring business development activity in your market." } ] } ], "bundled": true }