Get Organization summary
GET /v2/organizations/:guid/summary
Request
Route
GET /v2/organizations/6f52fb61-ce3e-4e98-a001-6ddc270fac5b/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/6f52fb61-ce3e-4e98-a001-6ddc270fac5b/summary" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE4MiIsImVtYWlsIjoiZW1haWwtMTQ0QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjczMjM5Njd9.geIf_A9iPHtw0UqLXePIxItv9jBftvja4A65_OCvBq0" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{"guid":"6f52fb61-ce3e-4e98-a001-6ddc270fac5b","name":"name-717","status":"active","spaces":[{"guid":"d51477ff-0ab3-441a-84cd-e7c84732d1f0","name":"name-719","service_count":0,"app_count":0,"mem_dev_total":0,"mem_prod_total":0}]}
Headers