Get Organization summary
GET /v2/organizations/:guid/summary
Request
Route
GET /v2/organizations/ea609447-7b76-4113-a868-cccbb2f1a7f6/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/ea609447-7b76-4113-a868-cccbb2f1a7f6/summary" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE1OCIsImVtYWlsIjoiZW1haWwtOThAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQ1ODg1NTY3MH0.EeoFObX4pq6CpgdJbz2Zz-C0VtkdX31J4QJHgzzDTdw" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"guid": "ea609447-7b76-4113-a868-cccbb2f1a7f6",
"name": "name-437",
"status": "active",
"spaces": [
{
"guid": "7bbcacf7-0223-49f7-9120-e6d0a493372c",
"name": "name-439",
"service_count": 0,
"app_count": 0,
"mem_dev_total": 0,
"mem_prod_total": 0
}
]
}
Headers