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.eyJ1c2VyX2lkIjoidWFhLWlkLTQyMCIsImVtYWlsIjoiZW1haWwtMjgyQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjYwMDg5MDJ9.wxtsubQ-5Rc0xrA9qJLQnjKA0uNQqrPy_YOrmKOgk78
Host: example.org
Cookie: 

cURL

curl "https://api.[your-domain.com]/v2/config/environment_variable_groups/staging" -X GET \
	-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQyMCIsImVtYWlsIjoiZW1haWwtMjgyQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjYwMDg5MDJ9.wxtsubQ-5Rc0xrA9qJLQnjKA0uNQqrPy_YOrmKOgk78" \
	-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: 6b1ec050-5efc-48f3-9ee7-a01cc686da44
Content-Length: 47
X-Content-Type-Options: nosniff