Organization
Get organizations
Returns the list of organizations in the system.
get/v1/organizations
Query parameters
page_sizeinteger
Maximum number of items to return.
page_tokenstring
Opaque continuation token from a previous page_info.next_page_token.
Response
OK
Example response
{
"items": [
{
"id": "9bsv0s46s6s002p9ltq0",
"name": "ACME Inc.",
"email": "info@example.com",
"logo": "https://example.com/static/logo.png",
"website": "https://example.com",
"status": "active",
"member_count": 12,
"team_count": 3,
"namespace_count": 2
}
]
}