{ "opencollection": "1.0.0", "info": { "name": "Kit API V4 Account Subscribers API", "version": "v4" }, "request": { "auth": { "type": "apikey", "key": "X-Kit-Api-Key", "value": "{{X-Kit-Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Subscribers", "type": "folder" }, "items": [ { "info": { "name": "List Subscribers", "type": "http" }, "http": { "method": "GET", "url": "https://api.kit.com/v4/subscribers", "params": [ { "name": "after", "value": "", "type": "query", "description": "Cursor returned by a previous page response" }, { "name": "before", "value": "", "type": "query", "description": "Cursor returned by a previous page response" }, { "name": "per_page", "value": "", "type": "query", "description": "Number of records per page" } ] }, "docs": "List subscribers in the Kit account with cursor-based pagination." }, { "info": { "name": "Create Subscriber", "type": "http" }, "http": { "method": "POST", "url": "https://api.kit.com/v4/subscribers", "body": { "type": "json", "data": "{}" } }, "docs": "Create a subscriber. Behaves as an upsert based on email address." } ] } ], "bundled": true }