Skip to main content
GET
/
me
/
organizations
List user's organizations
curl --request GET \
  --url https://v2-nova-api.prod.czmx.in/me/organizations
[
  {
    "id": "<string>",
    "joined_at": "<string>",
    "name": "<string>",
    "role": "<string>",
    "slug": "<string>"
  }
]

Response

OK

id
string
joined_at
string
name
string
role
string
slug
string