{ "opencollection": "1.0.0", "info": { "name": "Tyk Dashboard Admin Additional Permissions Organisations API", "version": "5.3.0" }, "request": { "auth": { "type": "apikey", "key": "Admin-Auth", "value": "{{Admin-Auth}}", "placement": "header" } }, "items": [ { "info": { "name": "Organisations", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a single organisation", "type": "http" }, "http": { "method": "GET", "url": "http://localhost/admin/organisations/:org-id", "headers": [ { "name": "admin-auth", "value": "" } ], "params": [ { "name": "org-id", "value": "", "type": "path", "description": "Organisation ID of the org to add, update, or delete." } ] }, "docs": "Retrieve a single organisation" }, { "info": { "name": "Update organisation details", "type": "http" }, "http": { "method": "PUT", "url": "http://localhost/admin/organisations/:org-id", "headers": [ { "name": "admin-auth", "value": "" } ], "params": [ { "name": "org-id", "value": "", "type": "path", "description": "Organisation ID of the org to add, update, or delete." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Organisation details. This operation will replace the existing Organisation details with those provided in the request payload. It is important to provide the entire object - for example linked APIs - to avoid overwriting existing data with empty values." }, { "info": { "name": "Delete an organisation", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost/admin/organisations/:org-id", "headers": [ { "name": "admin-auth", "value": "" } ], "params": [ { "name": "org-id", "value": "", "type": "path", "description": "Organisation ID of the org to add, update, or delete." } ] }, "docs": "Delete an organisation" }, { "info": { "name": "List all organisations", "type": "http" }, "http": { "method": "GET", "url": "http://localhost/admin/organisations/", "headers": [ { "name": "admin-auth", "value": "" } ] }, "docs": "List all organisations" }, { "info": { "name": "Create an Organisation", "type": "http" }, "http": { "method": "POST", "url": "http://localhost/admin/organisations/", "headers": [ { "name": "admin-auth", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an Organisation" } ] } ], "bundled": true }