Get Organization summary
GET /v2/organizations/:guid/summary
Fields
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
|
|
|
|
Request
Headers
Route
GET /v2/organizations/dddcb472-f654-431e-bc0d-7ed513351fc2/summary
cURL
curl "https://api.[your-domain.com]/v2/organizations/dddcb472-f654-431e-bc0d-7ed513351fc2/summary" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMwIiwiZW1haWwiOiJlbWFpbC0zMEBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDE1NzU0MTMxfQ.DfYvCygfmfBrQkzkuBH7nnk0g-t6FuvLt5YVkK7Nbhc" \
-H "Host: example.org" \
-H "Cookie: "
Response
Headers
Status
200 OK
Body
{"guid":"dddcb472-f654-431e-bc0d-7ed513351fc2","name":"name-115","status":"active","spaces":[{"guid":"c910ee3c-976d-4ed7-92e2-e87a04f7c33d","name":"name-117","service_count":0,"app_count":0,"mem_dev_total":0,"mem_prod_total":0}]}