{ "opencollection": "1.0.0", "info": { "name": "Zenodo REST Access Communities Invitations API", "version": "12.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Communities Invitations", "type": "folder" }, "items": [ { "info": { "name": "Search community invitations", "type": "http" }, "http": { "method": "GET", "url": "https://zenodo.org/api/communities/:communityId/invitations", "params": [ { "name": "communityId", "value": "", "type": "path" }, { "name": "q", "value": "", "type": "query" }, { "name": "role", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Search community invitations" }, { "info": { "name": "Invite user members to community", "type": "http" }, "http": { "method": "POST", "url": "https://zenodo.org/api/communities/:communityId/invitations", "params": [ { "name": "communityId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Invite user members to community" } ] } ], "bundled": true }