Retrieve a Particular Organization
GET /v2/organizations/:guid
Fields
Name |
Description |
Default |
Valid Values |
Example Values |
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the Organization
|
|
|
Request
Headers
Route
GET /v2/organizations/9480900f-7fdc-4f2b-8e93-2e6d6c237379
cURL
curl "https://api.[your-domain.com]/v2/organizations/9480900f-7fdc-4f2b-8e93-2e6d6c237379" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMwMSIsImVtYWlsIjoiZW1haWwtMjQxQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjQzMTAxNDF9.JqBFGFD8c_gum5DOiipx0PbT_8UXyemyyMSYRWn9aJk" \
-H "Host: example.org" \
-H "Cookie: "
Response
Headers
Status
200 OK
Body
{
"metadata": {
"guid": "9480900f-7fdc-4f2b-8e93-2e6d6c237379",
"url": "/v2/organizations/9480900f-7fdc-4f2b-8e93-2e6d6c237379",
"created_at": "2015-02-12T01:42:21Z",
"updated_at": null
},
"entity": {
"name": "name-1927",
"billing_enabled": false,
"quota_definition_guid": "e616b453-803d-4153-8efc-4e34fcda357e",
"status": "active",
"quota_definition_url": "/v2/quota_definitions/e616b453-803d-4153-8efc-4e34fcda357e",
"spaces_url": "/v2/organizations/9480900f-7fdc-4f2b-8e93-2e6d6c237379/spaces",
"domains_url": "/v2/organizations/9480900f-7fdc-4f2b-8e93-2e6d6c237379/domains",
"private_domains_url": "/v2/organizations/9480900f-7fdc-4f2b-8e93-2e6d6c237379/private_domains",
"users_url": "/v2/organizations/9480900f-7fdc-4f2b-8e93-2e6d6c237379/users",
"managers_url": "/v2/organizations/9480900f-7fdc-4f2b-8e93-2e6d6c237379/managers",
"billing_managers_url": "/v2/organizations/9480900f-7fdc-4f2b-8e93-2e6d6c237379/billing_managers",
"auditors_url": "/v2/organizations/9480900f-7fdc-4f2b-8e93-2e6d6c237379/auditors",
"app_events_url": "/v2/organizations/9480900f-7fdc-4f2b-8e93-2e6d6c237379/app_events",
"space_quota_definitions_url": "/v2/organizations/9480900f-7fdc-4f2b-8e93-2e6d6c237379/space_quota_definitions"
}
}