Retrieve a Particular Organization
GET /v2/organizations/:guid
Request
Route
GET /v2/organizations/1a2f5327-1df0-4c68-9292-bbaec34d934d
Headers
cURL
curl "https://api.[your-domain.com]/v2/organizations/1a2f5327-1df0-4c68-9292-bbaec34d934d" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTUiLCJlbWFpbCI6ImVtYWlsLTVAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQ0ODAzODk0Mn0.I-JA6pX5wA4GJ7TbOfDe8rA_gSxcLF4aVcsWhN-TLK0" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "1a2f5327-1df0-4c68-9292-bbaec34d934d",
"url": "/v2/organizations/1a2f5327-1df0-4c68-9292-bbaec34d934d",
"created_at": "2015-11-13T17:02:22Z",
"updated_at": null
},
"entity": {
"name": "name-7",
"billing_enabled": false,
"quota_definition_guid": "1363d8be-a362-49cb-850d-6f21adbb80ec",
"status": "active",
"quota_definition_url": "/v2/quota_definitions/1363d8be-a362-49cb-850d-6f21adbb80ec",
"spaces_url": "/v2/organizations/1a2f5327-1df0-4c68-9292-bbaec34d934d/spaces",
"domains_url": "/v2/organizations/1a2f5327-1df0-4c68-9292-bbaec34d934d/domains",
"private_domains_url": "/v2/organizations/1a2f5327-1df0-4c68-9292-bbaec34d934d/private_domains",
"users_url": "/v2/organizations/1a2f5327-1df0-4c68-9292-bbaec34d934d/users",
"managers_url": "/v2/organizations/1a2f5327-1df0-4c68-9292-bbaec34d934d/managers",
"billing_managers_url": "/v2/organizations/1a2f5327-1df0-4c68-9292-bbaec34d934d/billing_managers",
"auditors_url": "/v2/organizations/1a2f5327-1df0-4c68-9292-bbaec34d934d/auditors",
"app_events_url": "/v2/organizations/1a2f5327-1df0-4c68-9292-bbaec34d934d/app_events",
"space_quota_definitions_url": "/v2/organizations/1a2f5327-1df0-4c68-9292-bbaec34d934d/space_quota_definitions"
}
}
Headers