{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 User API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "User", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform User Details", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/user" }, "docs": "APIs.io Engineering Platform User Details" }, { "info": { "name": "APIs.io Engineering Platform Edit User", "type": "http" }, "http": { "method": "PATCH", "url": "http://apigateway.{region}.amazonaws.com/user", "body": { "type": "json", "data": "{}" } }, "docs": "Edit part of your user details." }, { "info": { "name": "APIs.io Engineering Platform Get authenticated user", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/me" }, "docs": "Gets information about the authenticated user.\n\n**Note:**\n\n- This API returns a different response for users with the [Guest and Partner roles](https://learning.postman.com/docs/collaborating-in-postman/roles-and-permissions/#team-roles).\n- The `flow_count` response only returns for users on [Free plans](https://www.postman.com/pricing/).\n" } ] } ], "bundled": true }