{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs Me API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Me", "type": "folder" }, "items": [ { "info": { "name": "Get My Organization", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v3/organizations/me" }, "docs": "Returns the organization of the user identified in the token of the request." }, { "info": { "name": "Get My User Account", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v3/users/me" }, "docs": "Returns the user account for the user identified in the token of the request." } ] } ], "bundled": true }