Retrieve a Particular Organization
GET /v2/organizations/:guid
Request
Route
GET /v2/organizations/0cc355df-aaf6-4f57-bb21-3777a3a5de9e
Body
Name |
Description |
Default |
Valid Values |
Example Values |
Headers
cURL
curl "https://api.[your-domain.com]/v2/organizations/0cc355df-aaf6-4f57-bb21-3777a3a5de9e" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE1NCIsImVtYWlsIjoiZW1haWwtMTE0QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjY2MzM5MDJ9.DLWAfDwb4pGc9mMzOMrNxP083YAfCC3WnZDGxfNFVUA" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "0cc355df-aaf6-4f57-bb21-3777a3a5de9e",
"url": "/v2/organizations/0cc355df-aaf6-4f57-bb21-3777a3a5de9e",
"created_at": "2015-03-10T23:11:42Z",
"updated_at": null
},
"entity": {
"name": "name-419",
"billing_enabled": false,
"quota_definition_guid": "381005e8-0f75-46ca-8fd2-5c0d7d8fa91d",
"status": "active",
"quota_definition_url": "/v2/quota_definitions/381005e8-0f75-46ca-8fd2-5c0d7d8fa91d",
"spaces_url": "/v2/organizations/0cc355df-aaf6-4f57-bb21-3777a3a5de9e/spaces",
"domains_url": "/v2/organizations/0cc355df-aaf6-4f57-bb21-3777a3a5de9e/domains",
"private_domains_url": "/v2/organizations/0cc355df-aaf6-4f57-bb21-3777a3a5de9e/private_domains",
"users_url": "/v2/organizations/0cc355df-aaf6-4f57-bb21-3777a3a5de9e/users",
"managers_url": "/v2/organizations/0cc355df-aaf6-4f57-bb21-3777a3a5de9e/managers",
"billing_managers_url": "/v2/organizations/0cc355df-aaf6-4f57-bb21-3777a3a5de9e/billing_managers",
"auditors_url": "/v2/organizations/0cc355df-aaf6-4f57-bb21-3777a3a5de9e/auditors",
"app_events_url": "/v2/organizations/0cc355df-aaf6-4f57-bb21-3777a3a5de9e/app_events",
"space_quota_definitions_url": "/v2/organizations/0cc355df-aaf6-4f57-bb21-3777a3a5de9e/space_quota_definitions"
}
}
Headers