{ "opencollection": "1.0.0", "info": { "name": "Ampersand public API Key User API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "User", "type": "folder" }, "items": [ { "info": { "name": "Ampersand Get Information About the Current User", "type": "http" }, "http": { "method": "GET", "url": "https://api.withampersand.com/v1/my-info", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Ampersand Get Information About the Current User" }, { "info": { "name": "Ampersand Accept an Invite", "type": "http" }, "http": { "method": "POST", "url": "https://api.withampersand.com/v1/invites:accept", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Ampersand Accept an Invite" } ] } ], "bundled": true }