{ "opencollection": "1.0.0", "info": { "name": "Sentry Alerts Projects API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "Sentry List an organization's projects", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/projects/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor." } ] }, "docs": "Returns a list of projects bound to an organization." }, { "info": { "name": "Sentry Retrieve a project", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/projects/:organization_id_or_slug/:project_id_or_slug/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "project_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the project." } ] }, "docs": "Returns details for a specific project." }, { "info": { "name": "Sentry Update a project", "type": "http" }, "http": { "method": "PUT", "url": "https://sentry.io/api/0/projects/:organization_id_or_slug/:project_id_or_slug/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "project_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the project." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates various attributes and configurable settings for the given project." }, { "info": { "name": "Sentry Delete a project", "type": "http" }, "http": { "method": "DELETE", "url": "https://sentry.io/api/0/projects/:organization_id_or_slug/:project_id_or_slug/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "project_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the project." } ] }, "docs": "Schedules a project for deletion. This action is irreversible." }, { "info": { "name": "Sentry Create a new project", "type": "http" }, "http": { "method": "POST", "url": "https://sentry.io/api/0/teams/:organization_id_or_slug/:team_id_or_slug/projects/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "team_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the team." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new project bound to a team." }, { "info": { "name": "Sentry List a project's users", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/projects/:organization_id_or_slug/:project_id_or_slug/users/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "project_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the project." }, { "name": "query", "value": "", "type": "query", "description": "Filter by user search query." } ] }, "docs": "Returns a list of users seen within a project." }, { "info": { "name": "Sentry Add a team to a project", "type": "http" }, "http": { "method": "POST", "url": "https://sentry.io/api/0/projects/:organization_id_or_slug/:project_id_or_slug/teams/:team_id_or_slug/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "project_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the project." }, { "name": "team_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the team." } ] }, "docs": "Grants a team access to a project." }, { "info": { "name": "Sentry Delete a team from a project", "type": "http" }, "http": { "method": "DELETE", "url": "https://sentry.io/api/0/projects/:organization_id_or_slug/:project_id_or_slug/teams/:team_id_or_slug/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "project_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the project." }, { "name": "team_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the team." } ] }, "docs": "Revokes a team's access to a project." } ] } ], "bundled": true }