Retrieve a Particular Organization
GET /v2/organizations/:guid
Request
Route
GET /v2/organizations/1c0e6074-777f-450e-9abc-c42f39d9b75b
Headers
cURL
curl "https://api.[your-domain.com]/v2/organizations/1c0e6074-777f-450e-9abc-c42f39d9b75b" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE5NiIsImVtYWlsIjoiZW1haWwtMTUxQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjYwMDg4OTN9.bz6c3Rtj1XLwUegDXUXZ1YFO9nSXz0-HsbYuO7JPyo0" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "1c0e6074-777f-450e-9abc-c42f39d9b75b",
"url": "/v2/organizations/1c0e6074-777f-450e-9abc-c42f39d9b75b",
"created_at": "2016-06-08T16:41:33Z",
"updated_at": "2016-06-08T16:41:26Z"
},
"entity": {
"name": "name-1716",
"billing_enabled": false,
"quota_definition_guid": "769e777f-92b6-4ba0-9e48-5f77e6293670",
"status": "active",
"quota_definition_url": "/v2/quota_definitions/769e777f-92b6-4ba0-9e48-5f77e6293670",
"spaces_url": "/v2/organizations/1c0e6074-777f-450e-9abc-c42f39d9b75b/spaces",
"domains_url": "/v2/organizations/1c0e6074-777f-450e-9abc-c42f39d9b75b/domains",
"private_domains_url": "/v2/organizations/1c0e6074-777f-450e-9abc-c42f39d9b75b/private_domains",
"users_url": "/v2/organizations/1c0e6074-777f-450e-9abc-c42f39d9b75b/users",
"managers_url": "/v2/organizations/1c0e6074-777f-450e-9abc-c42f39d9b75b/managers",
"billing_managers_url": "/v2/organizations/1c0e6074-777f-450e-9abc-c42f39d9b75b/billing_managers",
"auditors_url": "/v2/organizations/1c0e6074-777f-450e-9abc-c42f39d9b75b/auditors",
"app_events_url": "/v2/organizations/1c0e6074-777f-450e-9abc-c42f39d9b75b/app_events",
"space_quota_definitions_url": "/v2/organizations/1c0e6074-777f-450e-9abc-c42f39d9b75b/space_quota_definitions"
}
}
Headers