{ "opencollection": "1.0.0", "info": { "name": "GitBook Change Request Content Organization Teams API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organization Teams", "type": "folder" }, "items": [ { "info": { "name": "GitBook List organization teams", "type": "http" }, "http": { "method": "GET", "url": "https://api.gitbook.com/v1/orgs/:organizationId/teams", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The unique identifier of the organization." }, { "name": "page", "value": "", "type": "query", "description": "Pagination cursor for the next page of results." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return per page." } ] }, "docs": "Returns the list of teams in an organization." }, { "info": { "name": "GitBook Get a team", "type": "http" }, "http": { "method": "GET", "url": "https://api.gitbook.com/v1/orgs/:organizationId/teams/:teamId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The unique identifier of the organization." }, { "name": "teamId", "value": "", "type": "path", "description": "The unique identifier of the team." } ] }, "docs": "Returns a team by its ID." } ] } ], "bundled": true }