cURL
curl --request GET \ --url https://app.miget.com/api/v1/apps/{uuid}/vars \ --header 'Authorization: <api-key>'
[ { "id": 123, "key": "<string>", "value": "<string>", "created_at": "2023-11-07T05:31:56Z" } ]
Returns all environment variables configured for the application. Sensitive values may be masked.
Bearer token for authentication. Format: 'Bearer {token}'
Workspace ID (uses default workspace if not provided)
Application UUID
List environment variables
Variable ID
Variable name
Variable value
Creation timestamp