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 Organizations API

The Organizations API from GlitchTip — 35 operation(s) for organizations.

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

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

This API exposes 55 operations across 35 paths, and defines 49 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.

55 operations 35 paths 49 schemas 6 DELETE30 GET15 POST4 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 Organizations 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 55

Across 35 paths, the API surfaces 55 operations — 6 DELETE, 30 GET, 15 POST, 4 PUT. Each is listed below with its method, path, parameters, and response codes.

Organizations 55
GET
/api/0/organizations/{organization_slug}/environments/
List Environments
apps_environments_api_list_environments 4 params → 200
GET
/api/0/organizations/{organization_slug}/chunk-upload/
Get Chunk Upload Info
apps_files_api_get_chunk_upload_info 1 param → 200
POST
/api/0/organizations/{organization_slug}/chunk-upload/
Chunk Upload
apps_files_api_chunk_upload 1 param body → 200
GET
/api/0/organizations/{organization_slug}/logs/
List Logs
apps_logs_api_list_logs 12 params → 200
GET
/api/0/organizations/{organization_slug}/logs/{log_id}/
Get Log
apps_logs_api_get_log 2 params → 200
GET
/api/0/organizations/{organization_slug}/logs/stats/
Get Log Stats
apps_logs_api_get_log_stats 7 params → 200
GET
/api/0/organizations/{organization_slug}/logs/resources/
List Log Resources
apps_logs_api_list_log_resources 2 params → 200
GET
/api/0/organizations/
List Organizations
apps_organizations_ext_api_list_organizations 5 params → 200
POST
/api/0/organizations/
Create Organization
apps_organizations_ext_api_create_organization body → 201
GET
/api/0/organizations/{organization_slug}/
Get Organization
apps_organizations_ext_api_get_organization 1 param → 200
PUT
/api/0/organizations/{organization_slug}/
Update Organization
apps_organizations_ext_api_update_organization 1 param body → 200
DELETE
/api/0/organizations/{organization_slug}/
Delete Organization
apps_organizations_ext_api_delete_organization 1 param → 204
GET
/api/0/organizations/{organization_slug}/members/
List Organization Members
apps_organizations_ext_api_list_organization_members 3 params → 200
POST
/api/0/organizations/{organization_slug}/members/
Create Organization Member
apps_organizations_ext_api_create_organization_member 1 param body → 201
GET
/api/0/organizations/{organization_slug}/members/{member_id}/
Get Organization Member
apps_organizations_ext_api_get_organization_member 2 params → 200
DELETE
/api/0/organizations/{organization_slug}/members/{member_id}/
Delete Organization Member
apps_organizations_ext_api_delete_organization_member 2 params → 204
PUT
/api/0/organizations/{organization_slug}/members/{member_id}/
Update Organization Member
apps_organizations_ext_api_update_organization_member 2 params body → 200
POST
/api/0/organizations/{organization_slug}/members/{member_id}/set_owner/
Set Organization Owner
apps_organizations_ext_api_set_organization_owner 2 params → 200
GET
/api/0/organizations/{organization_slug}/transaction-groups/
List Transaction Groups
apps_performance_api_list_transaction_groups 8 params → 200
GET
/api/0/organizations/{organization_slug}/transaction-groups/{id}/
Get Transaction Group
apps_performance_api_get_transaction_group 2 params → 200
GET
/api/0/organizations/{organization_slug}/transaction-groups/{id}/spans/
List Transaction Spans
apps_performance_api_list_transaction_spans 4 params → 200
GET
/api/0/organizations/{organization_slug}/span-groups/
List Span Groups
apps_performance_api_list_span_groups 7 params → 200
GET
/api/0/organizations/{organization_slug}/n-plus-one/
List N Plus One Patterns
apps_performance_api_list_n_plus_one_patterns 7 params → 200
GET
/api/0/organizations/{organization_slug}/transaction-groups/{id}/trend/
Get Transaction Trend
apps_performance_api_get_transaction_trend 4 params → 200
GET
/api/0/organizations/{organization_slug}/projects/
List Organization Projects
apps_projects_api_list_organization_projects 4 params → 200
GET
/api/0/organizations/{organization_slug}/stats_v2/
Stats V2
apps_stats_api_stats_v2 7 params → 200
GET
/api/0/organizations/{organization_slug}/repos/
List Repositories
apps_sourcecode_api_list_repositories 3 params → 200
POST
/api/0/organizations/{organization_slug}/repos/
Create Repository
apps_sourcecode_api_create_repository 1 param body → 201
POST
/api/0/organizations/{organization_slug}/artifactbundle/assemble/
Artifact Bundle Assemble
apps_sourcecode_api_artifact_bundle_assemble 1 param body → 200
GET
/api/0/organizations/{organization_slug}/teams/
List Teams
apps_teams_api_list_teams 3 params → 200
POST
/api/0/organizations/{organization_slug}/teams/
Create Team
apps_teams_api_create_team 1 param body → 201
POST
/api/0/organizations/{organization_slug}/members/{member_id}/teams/{team_slug}/
Add Member To Team
apps_teams_api_add_member_to_team 3 params → 201
DELETE
/api/0/organizations/{organization_slug}/members/{member_id}/teams/{team_slug}/
Delete Member From Team
apps_teams_api_delete_member_from_team 3 params → 200
POST
/api/0/organizations/{organization_slug}/heartbeat_check/{endpoint_id}/
Heartbeat Check
apps_uptime_api_heartbeat_check 2 params → 200
GET
/api/0/organizations/{organization_slug}/monitors/
List Monitors
apps_uptime_api_list_monitors 3 params → 200
POST
/api/0/organizations/{organization_slug}/monitors/
Create Monitor
apps_uptime_api_create_monitor 1 param body → 201
GET
/api/0/organizations/{organization_slug}/monitors/{monitor_id}/
Get Monitor
apps_uptime_api_get_monitor 2 params → 200
PUT
/api/0/organizations/{organization_slug}/monitors/{monitor_id}/
Update Monitor
apps_uptime_api_update_monitor 2 params body → 200
DELETE
/api/0/organizations/{organization_slug}/monitors/{monitor_id}/
Delete Monitor
apps_uptime_api_delete_monitor 2 params → 204
GET
/api/0/organizations/{organization_slug}/monitors/{monitor_id}/checks/
List Monitor Checks
apps_uptime_api_list_monitor_checks 5 params → 200
GET
/api/0/organizations/{organization_slug}/status-pages/
List Status Pages
apps_uptime_api_list_status_pages 3 params → 200
POST
/api/0/organizations/{organization_slug}/status-pages/
Create Status Page
apps_uptime_api_create_status_page 1 param body → 201
POST
/api/0/organizations/{organization_slug}/releases/
Create Release
apps_releases_api_create_release 1 param body → 201
GET
/api/0/organizations/{organization_slug}/releases/
List Releases
apps_releases_api_list_releases 3 params → 200
GET
/api/0/organizations/{organization_slug}/releases/{version}/
Get Release
apps_releases_api_get_release 2 params → 200
PUT
/api/0/organizations/{organization_slug}/releases/{version}/
Update Release
apps_releases_api_update_release 2 params body → 200
DELETE
/api/0/organizations/{organization_slug}/releases/{version}/
Delete Organization Release
apps_releases_api_delete_organization_release 2 params → 204
GET
/api/0/organizations/{organization_slug}/releases/{version}/files/
List Release Files
apps_releases_api_list_release_files 4 params → 200
GET
/api/0/organizations/{organization_slug}/releases/{version}/files/{file_id}/
Get Organization Release File
apps_releases_api_get_organization_release_file 4 params → 200
DELETE
/api/0/organizations/{organization_slug}/releases/{version}/files/{file_id}/
Delete Organization Release File
apps_releases_api_delete_organization_release_file 3 params → 204
POST
/api/0/organizations/{organization_slug}/releases/{version}/deploys/
Create Deploy
apps_releases_api_create_deploy 2 params body → 201
GET
/api/0/organizations/{organization_slug}/releases/{version}/deploys/
List Deploys
apps_releases_api_list_deploys 2 params → 200
POST
/api/0/organizations/{organization_slug}/releases/{version}/commits/
Create Commits
apps_releases_api_create_commits 2 params body → 200
GET
/api/0/organizations/{organization_slug}/releases/{version}/commits/
List Commits
apps_releases_api_list_commits 2 params → 200
POST
/api/0/organizations/{organization_slug}/releases/{version}/assemble/
Assemble Release
apps_releases_api_assemble_release 2 params body → 200

Schemas 49

The contract defines 49 schemas that model the data the API accepts and returns. The most detailed are MonitorDetailSchema (19 properties), MonitorSchema (19 properties), ProjectTeamSchema (17 properties), ProjectSchema (16 properties). Each schema is shown below with its type and property counts.

MonitorDetailSchema
object
19 properties 10 required
TeamRole
object
2 properties 1 required
NameSlugProjectSchema
object
2 properties 1 required
SocialAccountSchema
object
7 properties 6 required
MonitorIn
object
8 properties 4 required
RepositoryIn
object
3 properties 1 required
TeamSchema
object
5 properties 5 required
RepositorySchema
object
6 properties 3 required
MonitorSchema
object
19 properties 10 required
StatusPageSchema
object
4 properties 3 required
EnvironmentSchema
object
2 properties 1 required
LogResourceSchema
object
Schema for resource name in list.
3 properties 3 required
OrganizationUserInviteSchema
object
Response for the invite (member create) endpoint. Surfaces the acceptance link so the frontend can offer a copy-link invite flow. This is the only delivery pat…
9 properties 7 required
UserSchema
object
11 properties 7 required
OrganizationUserSchema
object
8 properties 7 required
TeamIn
object
1 property 1 required
DeploySchema
object
6 properties 4 required
MonitorCheckSchema
object
3 properties 1 required
MonitorCheckResponseTimeSchema
object
Monitor check with response time. Used in Monitors detail api and monitor checks list
4 properties 1 required
ReleaseSchema
object
11 properties 5 required
LogStatsSchema
object
Schema for log stats response.
2 properties 2 required
DeployIn
object
4 properties 1 required
LogStatsSeriesSchema
object
A single series in the stats response.
2 properties 2 required
ArtifactBundleAssembleIn
object
4 properties 3 required
MonitorType
string
TeamProjectSchema
object
TeamSchema with related projects
6 properties 5 required
ReleaseIn
object
4 properties 2 required
OrganizationUserUpdateSchema
object
2 properties 1 required
TeamSlugSchema
object
Used in relations including organization projects
2 properties 2 required
ReleaseRepositorySchema
object
2 properties 2 required
OrganizationUserDetailSchema
object
9 properties 8 required
AssembleSchema
object
2 properties 2 required
OrganizationDetailSchema
object
14 properties 7 required
ReleaseUpdate
object
2 properties
SpanGroupSchema
object
6 properties 6 required
NPlusOnePatternSchema
object
8 properties 8 required
CommitSchema
object
Output schema for commit data, matching documented public API.
5 properties 1 required
CommitIn
object
4 properties 1 required
OrganizationUserIn
object
5 properties 2 required
ProjectSchema
object
A project is an organizational unit for GlitchTip events. It may contain DSN keys, be connected to exactly one organization, and provide user permissions throu…
16 properties 5 required
OrganizationSchema
object
10 properties 4 required
ProjectTeamSchema
object
Project Schema with related teams
17 properties 6 required
DebugSymbolBundleSchema
object
6 properties 3 required
UserOptions
object
5 properties
TransactionGroupSchema
object
14 properties 8 required
StatusPageIn
object
2 properties 1 required
TransactionTrendSchema
object
5 properties 5 required
OrganizationInSchema
object
1 property 1 required
LogEventSchema
object
Schema for log event API responses.
12 properties 5 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

glitchtip-organizations-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 Projects API
GlitchTip Security API
Where this information came from

This is an independent, third-party profile of GlitchTip Organizations 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.