Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Raygun Deployments API

Record release markers and correlate them with error groups. Supports SCM integration (GitHub, GitLab, Bitbucket, Azure DevOps), commit reprocessing, latest-deploy lookup, and the api-key shortcut variant for CI pipelines.

Raygun Deployments API is one of 15 APIs that Raygun publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 1 JSON Schema definition.

Tagged areas include Observability, Deployments, and Release Tracking. The published artifact set on APIs.io includes API documentation, an OpenAPI specification, and 1 JSON Schema.

This API exposes 10 operations across 7 paths, and defines 2 schemas. It is described by OpenAPI 3.0.3, at version 3.0.

Requests are made against a single base URL, https://api.raygun.com/v3.

10 operations 7 paths 2 schemas 1 DELETE5 GET1 PATCH3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
3.0
Server
https://api.raygun.com/v3
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Raygun Deployments API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (personal_access_token). By default, every request must be authenticated.

  • personal_access_token — Personal Access Token authorization using the Bearer scheme. Example: Authorization: Bearer {token}

Paths & Operations 10

Across 7 paths, the API surfaces 10 operations — 1 DELETE, 5 GET, 1 PATCH, 3 POST. Each is listed below with its method, path, parameters, and response codes.

deployments 10
GET
/applications/{application-identifier}/deployments
List Deployments for an Application
list-deployments 4 params → 200401403404429
POST
/applications/{application-identifier}/deployments
Create Deployment
create-deployment 1 param body → 201400401403404422429
GET
/applications/{application-identifier}/deployments/latest
Get the Latest Deployment
get-latest-deployment 1 param → 200401403404429
GET
/applications/{application-identifier}/deployments/{deployment-identifier}
Get Deployment by Identifier
get-deployment 2 params → 200401403404429
DELETE
/applications/{application-identifier}/deployments/{deployment-identifier}
Delete Deployment
delete-deployment 2 params → 204401403404429
PATCH
/applications/{application-identifier}/deployments/{deployment-identifier}
Update Deployment Details
update-deployment 2 params body → 200400401403404422429
GET
/applications/{application-identifier}/deployments/latest/error-groups
List Error Groups From the Latest Deployment
list-error-groups-from-latest-deployment 5 params → 200401403404429
GET
/applications/{application-identifier}/deployments/{deployment-identifier}/error-groups
List Error Groups From a Deployment
list-error-groups-from-deployment 6 params → 200401403404429
POST
/applications/api-key/{api-key}/deployments
Create Deployment With Api Key
create-deployment-api-key 1 param body → 201400401403404422429
POST
/applications/{application-identifier}/deployments/{deployment-identifier}/reprocess-commits
Reprocess Deployment Commits
reprocess-deployment-commits 2 params → 202401403404409429

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are deployment (10 properties), error-group (9 properties). Each schema is shown below with its type and property counts.

deployment
object
10 properties 3 required
error-group
object
9 properties 6 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

raygun-deployments-api-openapi.yml Raw ↑

Other APIs Raygun publishes across the network.

Raygun Applications API
Raygun Errors API
Raygun Source Maps API
Raygun Sessions API
Raygun Pages API
Raygun Customers API
Raygun Metrics API
Raygun Flutter Symbols API
Raygun Teams API
Raygun Invitations API
Raygun Plans API
Raygun Crash Reporting Ingestion API