Organization
Create a new organization
Create a new organization. For VCS providers (GitHub/Bitbucket), this validates access and syncs org data. For standalone orgs, this creates a new CircleCI organization.
post/organization
Request body
Example request
{
"vcs_type": "github"
}Response
The newly created organization
Example response
{
"vcs_type": "github"
}