{ "opencollection": "1.0.0", "info": { "name": "Persona Accounts Importers API", "version": "2023-01-05" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Importers", "type": "folder" }, "items": [ { "info": { "name": "List all Importers", "type": "http" }, "http": { "method": "GET", "url": "https://api.withpersona.com/api/v1/importer", "params": [ { "name": "page[after]", "value": "", "type": "query", "description": "Cursor for the object after which to start the page." }, { "name": "page[size]", "value": "", "type": "query", "description": "Number of results per page (max 100)." } ] }, "docs": "List all Importers" }, { "info": { "name": "Retrieve an Importer", "type": "http" }, "http": { "method": "GET", "url": "https://api.withpersona.com/api/v1/importer/:importer-id", "params": [ { "name": "importer-id", "value": "", "type": "path" } ] }, "docs": "Retrieve an Importer" } ] } ], "bundled": true }