{ "opencollection": "1.0.0", "info": { "name": "Nationgraph Accounts API", "version": "0.2.36" }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "Get Institution Stats", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v3/accounts/:institution_id/stats", "params": [ { "name": "institution_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Institution Stats" }, { "info": { "name": "Get Institution Logos", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v3/accounts/logos", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Institution Logos" }, { "info": { "name": "List Institution Signals", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v3/accounts/:institution_id/signals", "params": [ { "name": "institution_id", "value": "", "type": "path" }, { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List Institution Signals" }, { "info": { "name": "List Institution Rfps", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v3/accounts/:institution_id/rfps", "params": [ { "name": "institution_id", "value": "", "type": "path" }, { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" }, { "name": "expired", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List Institution Rfps" }, { "info": { "name": "List Institution Grants", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v3/accounts/:institution_id/grants", "params": [ { "name": "institution_id", "value": "", "type": "path" }, { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" }, { "name": "expired", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List Institution Grants" }, { "info": { "name": "List Institution Activity", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v3/accounts/:institution_id/activity", "params": [ { "name": "institution_id", "value": "", "type": "path" }, { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" }, { "name": "types", "value": "", "type": "query" }, { "name": "date_range", "value": "", "type": "query" }, { "name": "sort", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List Institution Activity" }, { "info": { "name": "Get Institution Summary", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v3/accounts/:institution_id/summary", "params": [ { "name": "institution_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Return the account's activity summary, triggering a worker regeneration\nwhen it's missing or stale. The result and freshness are delivered via the\n`account_summary_ready` websocket event, so the client does not poll." }, { "info": { "name": "List Accounts", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v3/accounts/list", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List Accounts" } ] } ], "bundled": true }