cURL
curl --request POST \ --url https://api.kaizenautomation.com/environments/variables/list
{ "variables": [ { "key": "<string>", "value": "<string>", "id": "<string>" } ] }
List all environment variables for the organization
Environment variables retrieved successfully
The response is of type object.
object