Get Organization summary
GET /v2/organizations/:guid/summary
Request
Route
GET /v2/organizations/fe6d4dab-2e53-44fe-a6d8-493542da9b4a/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/fe6d4dab-2e53-44fe-a6d8-493542da9b4a/summary" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTkwIiwiZW1haWwiOiJlbWFpbC01NEBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDYxMzc0NjI1fQ.BQd4-rZKqWFv97YOrVTy7VaZoObPYKE8QrKdTf0iu8Q" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"guid": "fe6d4dab-2e53-44fe-a6d8-493542da9b4a",
"name": "name-142",
"status": "active",
"spaces": [
{
"guid": "04becfd4-694f-475c-b633-852e194aefef",
"name": "name-144",
"service_count": 0,
"app_count": 0,
"mem_dev_total": 0,
"mem_prod_total": 0
}
]
}
Headers