Home
Version 3
Info API

Info API

Get Info

GET /v2/info

Request

Route

GET /v2/info

Body

Name Description Default Valid Values Example Values

Headers

Host: example.org
Cookie: 

cURL

curl "https://api.[your-domain.com]/v2/info" -X GET \
	-H "Host: example.org" \
	-H "Cookie: "

Response

Status

200 OK

Body

{"name":"vcap","build":"2222","support":"http://support.cloudfoundry.com","version":2,"description":"Cloud Foundry sponsored by Pivotal","authorization_endpoint":"http://localhost:8080/uaa","token_endpoint":"http://localhost:8080/uaa","min_cli_version":null,"min_recommended_cli_version":null,"api_version":"2.25.0","logging_endpoint":"ws://loggregator.vcap.me:80"}

Headers

Content-Type: application/json;charset=utf-8
X-VCAP-Request-ID: fa5454cd-51db-4229-a974-098543a4ddf8
Content-Length: 365
X-Content-Type-Options: nosniff