{ "opencollection": "1.0.0", "info": { "name": "GlitchTip Accept Teams API", "version": "1.0.0" }, "items": [ { "info": { "name": "Teams", "type": "folder" }, "items": [ { "info": { "name": "List Team Organization Members", "type": "http" }, "http": { "method": "GET", "url": "https://app.glitchtip.com/api/0/teams/:organization_slug/:team_slug/members/", "params": [ { "name": "organization_slug", "value": "", "type": "path" }, { "name": "team_slug", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "cursor", "value": "", "type": "query", "description": "The pagination cursor value." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List Team Organization Members" }, { "info": { "name": "List Team Projects", "type": "http" }, "http": { "method": "GET", "url": "https://app.glitchtip.com/api/0/teams/:organization_slug/:team_slug/projects/", "params": [ { "name": "organization_slug", "value": "", "type": "path" }, { "name": "team_slug", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "cursor", "value": "", "type": "query", "description": "The pagination cursor value." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List all projects for a given team" }, { "info": { "name": "Create Project", "type": "http" }, "http": { "method": "POST", "url": "https://app.glitchtip.com/api/0/teams/:organization_slug/:team_slug/projects/", "params": [ { "name": "organization_slug", "value": "", "type": "path" }, { "name": "team_slug", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new project given a team and organization" }, { "info": { "name": "Get Team", "type": "http" }, "http": { "method": "GET", "url": "https://app.glitchtip.com/api/0/teams/:organization_slug/:team_slug/", "params": [ { "name": "organization_slug", "value": "", "type": "path" }, { "name": "team_slug", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Team" }, { "info": { "name": "Update Team", "type": "http" }, "http": { "method": "PUT", "url": "https://app.glitchtip.com/api/0/teams/:organization_slug/:team_slug/", "params": [ { "name": "organization_slug", "value": "", "type": "path" }, { "name": "team_slug", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update Team" }, { "info": { "name": "Delete Team", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.glitchtip.com/api/0/teams/:organization_slug/:team_slug/", "params": [ { "name": "organization_slug", "value": "", "type": "path" }, { "name": "team_slug", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete Team" } ] } ], "bundled": true }