{ "opencollection": "1.0.0", "info": { "name": "Nylas API (v3) Admin Threads API", "version": "3.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Threads", "type": "folder" }, "items": [ { "info": { "name": "List threads", "type": "http" }, "http": { "method": "GET", "url": "https://api.us.nylas.com/v3/grants/:grant_id/threads", "params": [ { "name": "grant_id", "value": "", "type": "path" } ] }, "docs": "List threads" } ] } ], "bundled": true }