{ "opencollection": "1.0.0", "info": { "name": "RapidAPI Gateway Alerts Projects API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-RapidAPI-Key", "value": "{{X-RapidAPI-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "List all projects", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.rapidapi.com/v1/projects", "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 API projects in the Studio workspace, including project names, statuses, and last modified dates." }, { "info": { "name": "Create a project", "type": "http" }, "http": { "method": "POST", "url": "https://gateway.rapidapi.com/v1/projects", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new API project in Studio. A project serves as the workspace for designing and configuring an API before publishing it to the hub." }, { "info": { "name": "Get a project", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.rapidapi.com/v1/projects/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The unique identifier of the project" } ] }, "docs": "Retrieves the full details of a specific project, including its configuration, endpoints, and definition status." }, { "info": { "name": "Update a project", "type": "http" }, "http": { "method": "PUT", "url": "https://gateway.rapidapi.com/v1/projects/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The unique identifier of the project" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the configuration and settings of an existing API project." }, { "info": { "name": "Delete a project", "type": "http" }, "http": { "method": "DELETE", "url": "https://gateway.rapidapi.com/v1/projects/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The unique identifier of the project" } ] }, "docs": "Deletes a project and all its associated definitions, endpoints, and requests from Studio." } ] } ], "bundled": true }