{ "opencollection": "1.0.0", "info": { "name": "Persona Accounts Lists API", "version": "2025-12-08" }, "items": [ { "info": { "name": "Lists", "type": "folder" }, "items": [ { "info": { "name": "List all Lists", "type": "http" }, "http": { "method": "GET", "url": "https://withpersona.com/api/v1/lists", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List all Lists" }, { "info": { "name": "Create a List", "type": "http" }, "http": { "method": "POST", "url": "https://withpersona.com/api/v1/lists", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a List" } ] } ], "bundled": true }