Environment Variables API
Overview
The Environment Variables API provides endpoints for managing environment variables in Apinizer. Environment variables allow you to store configuration values that can vary between environments (e.g., API endpoints, database URLs, API keys).
Endpoints
- List Environment Variables - Get all environment variables for a project
- Get Environment Variable - Get a specific environment variable
- Create Environment Variable - Create a new environment variable
- Update Environment Variable - Update an existing environment variable
- Delete Environment Variable - Delete an environment variable
Authentication
All endpoints require authentication using a Personal API Access Token.
Permissions
ROLE_API_SECURITY- Required for all environment variable operationsROLE_DEPLOY_UNDEPLOY_PROXIES- Required for deployment operations
Related Documentation
- Authentication Guide - How to obtain and use API tokens
- Error Handling - Error response formats