{ "opencollection": "1.0.0", "info": { "name": "RapidAPI Gateway Alerts Applications API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-RapidAPI-Key", "value": "{{X-RapidAPI-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "List all applications", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.rapidapi.com/v1/applications", "params": [ { "name": "offset", "value": "", "type": "query", "description": "The number of items to skip for pagination" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return" } ] }, "docs": "Retrieves a list of all applications registered in the Enterprise Hub, including their API keys and authorization configurations." }, { "info": { "name": "Create an application", "type": "http" }, "http": { "method": "POST", "url": "https://gateway.rapidapi.com/v1/applications", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new application in the Enterprise Hub with associated API key and authorization settings." }, { "info": { "name": "Update an application", "type": "http" }, "http": { "method": "PUT", "url": "https://gateway.rapidapi.com/v1/applications/:applicationId", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "The unique identifier of the application" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing application's configuration and authorization settings in the Enterprise Hub." }, { "info": { "name": "Delete an application", "type": "http" }, "http": { "method": "DELETE", "url": "https://gateway.rapidapi.com/v1/applications/:applicationId", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "The unique identifier of the application" } ] }, "docs": "Deletes an application and its associated API keys from the Enterprise Hub." } ] } ], "bundled": true }