Home
Version 3
Environment Variable Groups API

Environment Variable Groups API

Getting the contents of the staging environment variable group

GET /v2/config/environment_variable_groups/staging

returns the set of default environment variables available during staging

Request

Route

GET /v2/config/environment_variable_groups/staging

Headers

Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI3MyIsImVtYWlsIjoiZW1haWwtMTc2QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDU1NTc5NTR9.kaeTQhhudyGhnmNhTzzDAkv39Aftppu_jLFiYPqkId8
Host: example.org
Cookie: 

cURL

curl "https://api.[your-domain.com]/v2/config/environment_variable_groups/staging" -X GET \
	-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI3MyIsImVtYWlsIjoiZW1haWwtMTc2QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDU1NTc5NTR9.kaeTQhhudyGhnmNhTzzDAkv39Aftppu_jLFiYPqkId8" \
	-H "Host: example.org" \
	-H "Cookie: "

Response

Status

200 OK

Body

{
  "abc": 123,
  "do-re-me": "far-so-la-tee"
}

Headers

Content-Type: application/json;charset=utf-8
X-VCAP-Request-ID: 1c3c6c2c-c906-42fb-a7c5-922936e1dee0
Content-Length: 47
X-Content-Type-Options: nosniff