GET
/
organizations
curl --request GET \
  --url https://partner.peaka.studio/api/v1/organizations
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "owner": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "createdAt": "<string>",
    "iconFileId": "<string>",
    "description": "<string>"
  }
]

Response

200 - */*
OK
id
string

The unique identifier of the organization

name
string

The name of the organization

owner
string

The unique identifier of the user who created the organization

createdAt
string

The date and time the organization was created

iconFileId
string

The identifier of the file that contains the icon of the organization

description
string

Descriptive text about the organization