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"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.