Skip to main content
GET
/
organizations
[
  {
    "name": "<string>",
    "displayName": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z"
  }
]

Response

List of organizations retrieved successfully

name
string

The unique identifier for the organization, used in API paths and resource references

displayName
string

Human-readable name for the organization, displayed in user interfaces

createdAt
string<date-time>

ISO 8601 timestamp indicating when the organization was created

updatedAt
string<date-time>

ISO 8601 timestamp indicating when the organization was last modified

I