{ "opencollection": "1.0.0", "info": { "name": "RapidAPI Gateway Alerts Authentication API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-RapidAPI-Key", "value": "{{X-RapidAPI-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Get authentication configuration", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.rapidapi.com/v1/gateways/:gatewayId/authentication", "params": [ { "name": "gatewayId", "value": "", "type": "path", "description": "The unique identifier of the gateway" } ] }, "docs": "Retrieves the authentication configuration for a gateway, including the authentication scheme, required headers, and OAuth2 settings." }, { "info": { "name": "Update authentication configuration", "type": "http" }, "http": { "method": "PUT", "url": "https://gateway.rapidapi.com/v1/gateways/:gatewayId/authentication", "params": [ { "name": "gatewayId", "value": "", "type": "path", "description": "The unique identifier of the gateway" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the authentication configuration for a gateway. Supports RapidAPI default auth, OAuth2, header-based, query parameter, and basic authentication schemes. Multiple authentication layers can be configured." } ] } ], "bundled": true }