POST
/
environments
/
variables
/
list
curl --request POST \
  --url https://api.kaizenautomation.com/environments/variables/list
{
  "variables": [
    {
      "key": "<string>",
      "value": "<string>",
      "id": "<string>"
    }
  ]
}

Response

200
application/json

Environment variables retrieved successfully

The response is of type object.