How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

GlitchTip Projects API

The Projects API from GlitchTip — 18 operation(s) for projects.

GlitchTip Projects API is one of 20 APIs that GlitchTip publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Project. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 31 operations across 18 paths, and defines 27 schemas. It is described by OpenAPI 3.0.3, at version 1.0.0.

Requests are made against a single base URL, https://app.glitchtip.com.

31 operations 18 paths 27 schemas 6 DELETE12 GET8 POST5 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.0
Base URL
https://app.glitchtip.com/api/0/
Authentication
HTTP Bearer, API Key
License
MIT
Resource Areas
1

Authentication & Security 2

GlitchTip Projects API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (TokenAuth). An API key is passed in the cookie as sessionid (SessionAuth).

Paths & Operations 31

Across 18 paths, the API surfaces 31 operations — 6 DELETE, 12 GET, 8 POST, 5 PUT. Each is listed below with its method, path, parameters, and response codes.

Projects 31
GET
/api/0/projects/{organization_slug}/{project_slug}/alerts/
List Project Alerts
apps_alerts_api_list_project_alerts 4 params → 200
POST
/api/0/projects/{organization_slug}/{project_slug}/alerts/
Create Project Alert
apps_alerts_api_create_project_alert 2 params body → 201
PUT
/api/0/projects/{organization_slug}/{project_slug}/alerts/{alert_id}/
Update Project Alert
apps_alerts_api_update_project_alert 3 params body → 200
DELETE
/api/0/projects/{organization_slug}/{project_slug}/alerts/{alert_id}/
Delete Project Alert
apps_alerts_api_delete_project_alert 3 params → 204
POST
/api/0/projects/{organization_slug}/{project_slug}/alerts/{alert_id}/test/
Test Project Alert
apps_alerts_api_test_project_alert 4 params → 200
POST
/api/0/projects/{organization_slug}/{project_slug}/files/difs/assemble/
Difs Assemble Api
apps_difs_api_difs_assemble_api 2 params body → 200
POST
/api/0/projects/{organization_slug}/{project_slug}/reprocessing/
Project Reprocessing
apps_difs_api_project_reprocessing 2 params → 200
GET
/api/0/projects/{organization_slug}/{project_slug}/files/dsyms/
List Dsyms
apps_difs_api_list_dsyms 4 params → 200
POST
/api/0/projects/{organization_slug}/{project_slug}/files/dsyms/
Dsyms
apps_difs_api_dsyms 2 params body → 200
GET
/api/0/projects/{organization_slug}/{project_slug}/environments/
List Environment Projects
apps_environments_api_list_environment_projects 5 params → 200
PUT
/api/0/projects/{organization_slug}/{project_slug}/environments/{name}/
Update Environment Project
apps_environments_api_update_environment_project 3 params body → 200
GET
/api/0/projects/
List Projects
apps_projects_api_list_projects 2 params → 200
GET
/api/0/projects/{organization_slug}/{project_slug}/
Get Project
apps_projects_api_get_project 2 params → 200
PUT
/api/0/projects/{organization_slug}/{project_slug}/
Update Project
apps_projects_api_update_project 2 params body → 200
DELETE
/api/0/projects/{organization_slug}/{project_slug}/
Delete Project
apps_projects_api_delete_project 2 params → 204
GET
/api/0/projects/{organization_slug}/{project_slug}/keys/
List Project Keys
apps_projects_api_list_project_keys 5 params → 200
POST
/api/0/projects/{organization_slug}/{project_slug}/keys/
Create Project Key
apps_projects_api_create_project_key 2 params body → 201
GET
/api/0/projects/{organization_slug}/{project_slug}/keys/{key_id}/
Get Project Key
apps_projects_api_get_project_key 3 params → 200
PUT
/api/0/projects/{organization_slug}/{project_slug}/keys/{key_id}/
Update Project Key
apps_projects_api_update_project_key 3 params body → 200
DELETE
/api/0/projects/{organization_slug}/{project_slug}/keys/{key_id}/
Delete Project Key
apps_projects_api_delete_project_key 3 params → 204
GET
/api/0/projects/{organization_slug}/{project_slug}/teams/
List Project Teams
apps_teams_api_list_project_teams 4 params → 200
POST
/api/0/projects/{organization_slug}/{project_slug}/teams/{team_slug}/
Add Team To Project
apps_teams_api_add_team_to_project 3 params → 201
DELETE
/api/0/projects/{organization_slug}/{project_slug}/teams/{team_slug}/
Delete Team From Project
apps_teams_api_delete_team_from_project 3 params → 200
POST
/api/0/projects/{organization_slug}/{project_slug}/releases/
Create Project Release
apps_releases_api_create_project_release 2 params body → 201
GET
/api/0/projects/{organization_slug}/{project_slug}/releases/
List Project Releases
apps_releases_api_list_project_releases 4 params → 200
GET
/api/0/projects/{organization_slug}/{project_slug}/releases/{version}/
Get Project Release
apps_releases_api_get_project_release 3 params → 200
PUT
/api/0/projects/{organization_slug}/{project_slug}/releases/{version}/
Update Project Release
apps_releases_api_update_project_release 3 params body → 200
DELETE
/api/0/projects/{organization_slug}/{project_slug}/releases/{version}/
Delete Project Release
apps_releases_api_delete_project_release 3 params → 204
GET
/api/0/projects/{organization_slug}/{project_slug}/releases/{version}/files/
List Project Release Files
apps_releases_api_list_project_release_files 5 params → 200
DELETE
/api/0/projects/{organization_slug}/{project_slug}/releases/{version}/files/{file_id}/
Delete Project Release File
apps_releases_api_delete_project_release_file 4 params → 204
GET
/api/0/projects/{organization_slug}/{project_slug}/releases/{version}/files/{file_id}/
Get Project Release File
apps_releases_api_get_project_release_file 4 params → 200

Schemas 27

The contract defines 27 schemas that model the data the API accepts and returns. The most detailed are ProjectTeamSchema (17 properties), ProjectOrganizationSchema (17 properties), ReleaseSchema (11 properties), DebugFileSchema (11 properties). Each schema is shown below with its type and property counts.

NameSlugProjectSchema
object
2 properties 1 required
KeyRateLimit
object
2 properties 2 required
AssemblePayload
object
ProjectKeySchema
object
A project key (DSN) provides a public authentication string used for event ingestion.
8 properties 6 required
ProjectIn
object
4 properties 1 required
TestAlertResultSchema
object
3 properties 2 required
TeamSchema
object
5 properties 5 required
DebugFileSchema
object
11 properties 8 required
AlertRecipientSchema
object
5 properties 1 required
ProjectAlertIn
object
5 properties
WebhookAlertRecipientIn
object
3 properties 2 required
EnvironmentProjectIn
object
2 properties 2 required
ReleaseSchema
object
11 properties 5 required
ZulipAlertRecipientIn
object
7 properties 5 required
ChecksumSchema
object
3 properties
EmailAlertRecipientIn
object
3 properties 1 required
TeamSlugSchema
object
Used in relations including organization projects
2 properties 2 required
ReleaseRepositorySchema
object
2 properties 2 required
EnvironmentProjectSchema
object
3 properties 1 required
ProjectKeyIn
object
2 properties
ReleaseUpdate
object
2 properties
ProjectAlertSchema
object
6 properties 1 required
ProjectOrganizationSchema
object
17 properties 6 required
OrganizationSchema
object
10 properties 4 required
ProjectTeamSchema
object
Project Schema with related teams
17 properties 6 required
DebugSymbolBundleSchema
object
6 properties 3 required
ReleaseBase
object
3 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

glitchtip-projects-api-openapi.yml Raw ↑

Other APIs GlitchTip publishes across the network.

GlitchTip Event Intake API
GlitchTip MCP Server
GlitchTip Accept API
GlitchTip Api Tokens API
GlitchTip Embed API
GlitchTip Generate Recovery Codes API
GlitchTip GlitchTip API API
GlitchTip Import API
GlitchTip Instance License API
GlitchTip Issues API
GlitchTip Organizations API
GlitchTip Security API
Where this information came from

This is an independent, third-party profile of GlitchTip Projects API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.