cURL
curl --request GET \ --url https://api.example.com/v1/app-configurations/{app_name} \ --header 'X-API-KEY: <api-key>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "app_name": "<string>", "security_scheme": "no_auth", "security_scheme_overrides": {}, "enabled": true, "all_functions_enabled": true, "enabled_functions": [ "<string>" ], "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Get an app configuration by app name
API key for authentication
Successful Response
security scheme type for an app (or function if support override)
no_auth
api_key
http_basic
http_bearer
oauth2