Skip to main content
GET
/
v1
/
me
/
orgs
List current user's organizations
curl --request GET \
  --url https://api.openworklabs.com/v1/me/orgs
{
  "orgs": [
    {
      "id": "<string>",
      "isActive": true
    }
  ],
  "activeOrgId": "<string>",
  "activeOrgSlug": "<string>"
}

Response

200 - application/json

Current user organizations returned successfully.

orgs
object[]
required
activeOrgId
string<typeid> | null
required

Den TypeID with 'org_' prefix and a 26-character base32 suffix.

Required string length: 30
Pattern: ^org_.*
activeOrgSlug
string | null
required