Skip to main content
GET
/
api
/
v1
/
organizations
List organizations
curl --request GET \
  --url https://api.example.com/api/v1/organizations \
  --header 'Authorization: Bearer <token>'
[
  {
    "metadata": {
      "id": "a142f641-7fd6-4ab9-a875-344c7ebadc53",
      "name": "acme-corp",
      "creationTime": "2024-05-31T14:11:00Z",
      "provisioningStatus": "provisioned",
      "healthStatus": "healthy"
    },
    "spec": {
      "organizationType": "domain",
      "domain": "acme.corp",
      "providerID": "b6ec241d-e3b4-4afc-a7aa-500fcb650d8e"
    }
  }
]

Authorizations

Authorization
string
header
required

Operation requires OAuth 2.0 bearer token authentication.

Query Parameters

email
string

A user's email address.

Response

A list of organizations.

metadata
object
required

Metadata required by all resource reads.

spec
object
required

An organization.