{ "opencollection": "1.0.0", "info": { "name": "Persona Accounts API", "version": "2023-01-05" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "List all Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.withpersona.com/api/v1/accounts", "headers": [ { "name": "Persona-Version", "value": "" }, { "name": "Key-Inflection", "value": "" } ], "params": [ { "name": "page[after]", "value": "", "type": "query", "description": "Cursor for the object after which to start the page." }, { "name": "page[before]", "value": "", "type": "query", "description": "Cursor for the object before which to end the page." }, { "name": "page[size]", "value": "", "type": "query", "description": "Number of results per page (max 100)." }, { "name": "filter[reference-id]", "value": "", "type": "query", "description": "Filter Accounts by reference ID." } ] }, "docs": "Retrieves a list of your organization's Accounts in reverse chronological order." }, { "info": { "name": "Create an Account", "type": "http" }, "http": { "method": "POST", "url": "https://api.withpersona.com/api/v1/accounts", "body": { "type": "json", "data": "{}" } }, "docs": "Create an Account" }, { "info": { "name": "Retrieve an Account", "type": "http" }, "http": { "method": "GET", "url": "https://api.withpersona.com/api/v1/accounts/:account-id", "params": [ { "name": "account-id", "value": "", "type": "path" } ] }, "docs": "Retrieve an Account" }, { "info": { "name": "Update an Account", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.withpersona.com/api/v1/accounts/:account-id", "params": [ { "name": "account-id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an Account" }, { "info": { "name": "Consolidate Accounts into an Account", "type": "http" }, "http": { "method": "POST", "url": "https://api.withpersona.com/api/v1/accounts/:account-id/consolidate", "params": [ { "name": "account-id", "value": "", "type": "path" } ] }, "docs": "Consolidate Accounts into an Account" } ] } ], "bundled": true }