{ "opencollection": "1.0.0", "info": { "name": "Nationgraph Accounts Intent API", "version": "0.2.36" }, "items": [ { "info": { "name": "Intent", "type": "folder" }, "items": [ { "info": { "name": "Get Company Info", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v3/intent/get-company-info", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Company Info" }, { "info": { "name": "Create Company Rubrics", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v3/intent/create-company-rubrics", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create Company Rubrics" } ] } ], "bundled": true }