{ "opencollection": "1.0.0", "info": { "name": "Attio REST Attributes Meta API", "version": "2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Meta", "type": "folder" }, "items": [ { "info": { "name": "Identify current access token and workspace", "type": "http" }, "http": { "method": "GET", "url": "https://api.attio.com/v2/meta/identify" }, "docs": "Identify current access token and workspace" } ] } ], "bundled": true }