Get Organization summary
GET /v2/organizations/:guid/summary
Request
Route
GET /v2/organizations/12de93b3-0c99-4e83-81ac-8ebf971c8359/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/12de93b3-0c99-4e83-81ac-8ebf971c8359/summary" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI0OSIsImVtYWlsIjoiZW1haWwtMTk4QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MzUxMDI4NTd9.eNkbEDDcCOKuozKtweM1szuLY9XLbmUTq6NE3nCuBe8" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{"guid":"12de93b3-0c99-4e83-81ac-8ebf971c8359","name":"name-991","status":"active","spaces":[{"guid":"16103b8b-e233-472b-a30f-55c631e24b39","name":"name-993","service_count":0,"app_count":0,"mem_dev_total":0,"mem_prod_total":0}]}
Headers