Get Organization summary
GET /v2/organizations/:guid/summary
Request
Route
GET /v2/organizations/79ad708f-4621-4101-bf8c-94ad1465310d/summary
Body
Name |
Description |
Default |
Valid Values |
Example Values |
guid
|
The guid of the organization for which summary is requested
|
|
|
|
name
|
The name of the organization.
|
|
|
|
spaces
|
List of spaces that are in the organization
|
|
|
|
status
|
Status of the organization
|
|
|
|
Headers
cURL
curl "https://api.[your-domain.com]/v2/organizations/79ad708f-4621-4101-bf8c-94ad1465310d/summary" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTExMiIsImVtYWlsIjoiZW1haWwtMTEwQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDcxMTY4Mzd9.5zf5XQ-ru35GOpSo5pDE2LYlAS1-aktwr1JvhXJ72uc" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"guid": "79ad708f-4621-4101-bf8c-94ad1465310d",
"name": "name-766",
"status": "active",
"spaces": [
{
"guid": "01bb46f5-a02a-4ff9-85f4-6f16a0296a4d",
"name": "name-768",
"service_count": 0,
"app_count": 0,
"mem_dev_total": 0,
"mem_prod_total": 0
}
]
}
Headers