Home
Version 3
Info API

Info API

Get Info

GET /v2/info

Fields

Name Description Default Valid Values Example Values

Request

Headers

Host: example.org
Cookie: 

Route

GET /v2/info

cURL

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

Response

Headers

Content-Type: application/json;charset=utf-8
X-VCAP-Request-ID: 39bab37d-e0c2-474c-8dfa-8fa1019d28f4
Content-Length: 307
X-Content-Type-Options: nosniff

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","api_version":"2.21.0","logging_endpoint":"ws://loggregator.vcap.me:80"}