{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 User's Invites API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "User's Invites", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List Invitations", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/user/invites" }, "docs": "Lists all invitations associated with my user." }, { "info": { "name": "APIs.io Engineering Platform Invitation Details", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/user/invites/:invite_id", "params": [ { "name": "invite_id", "value": "", "type": "path" } ] }, "docs": "Gets the details of an invitation." }, { "info": { "name": "APIs.io Engineering Platform Respond to Invitation", "type": "http" }, "http": { "method": "PATCH", "url": "http://apigateway.{region}.amazonaws.com/user/invites/:invite_id", "params": [ { "name": "invite_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Responds to an invitation." } ] } ], "bundled": true }