Organization
Get an organization
Retrieve an organization by slug or ID
get/organization/{org-slug-or-id}
Path parameters
org-slug-or-idstring required
Org UUID or slug in the form vcs-slug/org-name. For projects that use GitLab or GitHub App, use circleci as the vcs-slug and replace the org-name with the organization ID (found in Organization Settings).
Response
An organization object
Example response
{
"vcs_type": "github"
}