v1

latestOpenAPI 3.0.1MIT2026-07-134925112.4 KB

Retrieve Organization

Retrieve details of a specific organization.

get/v1/organizations/{organizationSlug}

Path parameters

organizationSlugstring required

The slug of the organization or user account.

Response

Successful response

Example response

{
  "organization": {
    "name": "personal",
    "slug": "iku",
    "type": "personal",
    "plan_id": "developer",
    "plan_timeline": "monthly",
    "platform": "vercel"
  }
}