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
GET Operations (List/Get Environment Variable)
- User must have
GLOBAL_SETTINGS+VIEWpermission in the project - If the asset category does not exist, user must have at least one permission in the project
POST/PUT/DELETE Operations (Create/Update/Delete Environment Variable)
- User must have
GLOBAL_SETTINGS+MANAGEpermission in the project
Permission Requirements
| Operation | Required Permission |
|---|---|
| List/Get Environment Variable | GLOBAL_SETTINGS + VIEW (or any permission if category doesn’t exist) |
| Create/Update/Delete Environment Variable | GLOBAL_SETTINGS + MANAGE |
Related Documentation
- Authentication Guide - How to obtain and use API tokens
- Error Handling - Error response formats

