{ "opencollection": "1.0.0", "info": { "name": "Persona Accounts Devices API", "version": "2023-01-05" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Devices", "type": "folder" }, "items": [ { "info": { "name": "List all Devices", "type": "http" }, "http": { "method": "GET", "url": "https://api.withpersona.com/api/v1/devices", "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 Devices" }, { "info": { "name": "Retrieve a Device", "type": "http" }, "http": { "method": "GET", "url": "https://api.withpersona.com/api/v1/devices/:device-id", "params": [ { "name": "device-id", "value": "", "type": "path" } ] }, "docs": "Retrieve a Device" } ] } ], "bundled": true }