Get Organization summary
GET /v2/organizations/:guid/summary
Request
Route
GET /v2/organizations/542088e8-4329-4144-9f70-717261bcf16b/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/542088e8-4329-4144-9f70-717261bcf16b/summary" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMxMyIsImVtYWlsIjoiZW1haWwtMjE2QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDQ3ODI5NDB9.NbiimzecbGsDyVatLawlaio0bwdIIJnEOh5FgYKrT24" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"guid": "542088e8-4329-4144-9f70-717261bcf16b",
"name": "name-2045",
"status": "active",
"spaces": [
{
"guid": "e051f97e-01f2-439b-80ae-a03efcd3a3b8",
"name": "name-2047",
"service_count": 0,
"app_count": 0,
"mem_dev_total": 0,
"mem_prod_total": 0
}
]
}
Headers