Retrieve a Particular Organization
GET /v2/organizations/:guid
Request
Route
GET /v2/organizations/40eb4352-9570-45ba-b8e5-70b142ff761e
Body
Name |
Description |
Default |
Valid Values |
Example Values |
Headers
cURL
curl "https://api.[your-domain.com]/v2/organizations/40eb4352-9570-45ba-b8e5-70b142ff761e" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM2NCIsImVtYWlsIjoiZW1haWwtMjY0QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0Mjk2NjQxNTF9.vYjfI1g7XhmG1uGdZq6ziABdlD56LtDQ91FmfX21igE" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "40eb4352-9570-45ba-b8e5-70b142ff761e",
"url": "/v2/organizations/40eb4352-9570-45ba-b8e5-70b142ff761e",
"created_at": "2015-04-15T00:55:51Z",
"updated_at": null
},
"entity": {
"name": "name-2019",
"billing_enabled": false,
"quota_definition_guid": "e5251f61-693f-4d0f-8caa-92e4f29c537d",
"status": "active",
"quota_definition_url": "/v2/quota_definitions/e5251f61-693f-4d0f-8caa-92e4f29c537d",
"spaces_url": "/v2/organizations/40eb4352-9570-45ba-b8e5-70b142ff761e/spaces",
"domains_url": "/v2/organizations/40eb4352-9570-45ba-b8e5-70b142ff761e/domains",
"private_domains_url": "/v2/organizations/40eb4352-9570-45ba-b8e5-70b142ff761e/private_domains",
"users_url": "/v2/organizations/40eb4352-9570-45ba-b8e5-70b142ff761e/users",
"managers_url": "/v2/organizations/40eb4352-9570-45ba-b8e5-70b142ff761e/managers",
"billing_managers_url": "/v2/organizations/40eb4352-9570-45ba-b8e5-70b142ff761e/billing_managers",
"auditors_url": "/v2/organizations/40eb4352-9570-45ba-b8e5-70b142ff761e/auditors",
"app_events_url": "/v2/organizations/40eb4352-9570-45ba-b8e5-70b142ff761e/app_events",
"space_quota_definitions_url": "/v2/organizations/40eb4352-9570-45ba-b8e5-70b142ff761e/space_quota_definitions"
}
}
Headers