{ "opencollection": "1.0.0", "info": { "name": "Nationgraph Accounts User Profile API", "version": "0.2.36" }, "items": [ { "info": { "name": "User Profile", "type": "folder" }, "items": [ { "info": { "name": "Get User Profile", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v3/user-profiles/:user_id", "params": [ { "name": "user_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get User Profile" }, { "info": { "name": "Update User Profile", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v3/user-profiles/:user_id", "params": [ { "name": "user_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update the user's profile settings." }, { "info": { "name": "Search User Profile Documents", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v3/user-profiles/documents/search", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Search User Profile Documents" }, { "info": { "name": "Generate User Document Summary", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v3/user-profiles/:user_id/document-summary", "params": [ { "name": "user_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Generate User Document Summary" } ] } ], "bundled": true }