Get Organization summary
GET /v2/organizations/:guid/summary
Request
Route
GET /v2/organizations/ed1b3488-032b-4937-a13c-ea0b40bfbb43/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/ed1b3488-032b-4937-a13c-ea0b40bfbb43/summary" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIwMCIsImVtYWlsIjoiZW1haWwtMTQ2QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDE2NjI2MDV9.Y4fiIGXyEA8BNA2AjFcQ4z4t8yWGISzOrVTUeDx5jgk" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{"guid":"ed1b3488-032b-4937-a13c-ea0b40bfbb43","name":"name-791","status":"active","spaces":[{"guid":"2f62d447-bd29-411b-9d01-bfce1c53c084","name":"name-793","service_count":0,"app_count":0,"mem_dev_total":0,"mem_prod_total":0}]}
Headers