{ "opencollection": "1.0.0", "info": { "name": "Kinde Management API Keys Environment variables API", "version": "1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Environment variables", "type": "folder" }, "items": [ { "info": { "name": "Get environment variables", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.kinde.com/api/v1/environment_variables", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get environment variables. This feature is in beta and admin UI is not yet available.\n\n
\n read:environment_variables\n
" }, { "info": { "name": "Create environment variable", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.kinde.com/api/v1/environment_variables", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new environment variable. This feature is in beta and admin UI is not yet available.\n\n
\n create:environment_variables\n
" }, { "info": { "name": "Get environment variable", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.kinde.com/api/v1/environment_variables/:variable_id", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve environment variable details by ID. This feature is in beta and admin UI is not yet available.\n\n
\n read:environment_variables\n
" }, { "info": { "name": "Update environment variable", "type": "http" }, "http": { "method": "PATCH", "url": "https://{subdomain}.kinde.com/api/v1/environment_variables/:variable_id", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update an environment variable you previously created. This feature is in beta and admin UI is not yet available.\n\n
\n update:environment_variables\n
" }, { "info": { "name": "Delete environment variable", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.kinde.com/api/v1/environment_variables/:variable_id", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete an environment variable you previously created. This feature is in beta and admin UI is not yet available.\n\n
\n delete:environment_variables\n
" } ] } ], "bundled": true }