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/270b8138-8ac1-4c53-8b31-1ac705c53f41/summary
cURL
curl "https://api.[your-domain.com]/v2/organizations/270b8138-8ac1-4c53-8b31-1ac705c53f41/summary" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQ2IiwiZW1haWwiOiJlbWFpbC0zOUBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDE3NDYyMzUyfQ.04nLn4lQfmBoyRD553WsV-_fCjQKAzRM40JndWFt74o" \
-H "Host: example.org" \
-H "Cookie: "
Response
Headers
Status
200 OK
Body
{"guid":"270b8138-8ac1-4c53-8b31-1ac705c53f41","name":"name-335","status":"active","spaces":[{"guid":"c918d3da-63bd-4190-8228-f67c5b8fd204","name":"name-337","service_count":0,"app_count":0,"mem_dev_total":0,"mem_prod_total":0}]}