Organizations API
Manage organizations and team members.
Organizations are the top-level container for projects, resources, and members.
Organizations
List organizations
GET /api/v1/organizations
Authorization: Bearer <token>Returns all organizations the authenticated user belongs to.
Create organization
POST /api/v1/organizations
Content-Type: application/json
{
"name": "Acme Corp",
"slug": "acme-corp"
}Show organization
GET /api/v1/organizations/:id