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 Source Maps API

Upload, list, retrieve, update, and delete JavaScript source maps for symbolicating minified front-end stack traces in Crash Reporting and RUM error data.

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

Tagged areas include Observability, Source Maps, and JavaScript. The published artifact set on APIs.io includes API documentation and an OpenAPI specification.

This API exposes 6 operations across 2 paths, and defines 1 schema. 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.

6 operations 2 paths 1 schemas 2 DELETE2 GET1 PATCH1 PUT

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 Source Maps 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 6

Across 2 paths, the API surfaces 6 operations — 2 DELETE, 2 GET, 1 PATCH, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

source-maps 6
PATCH
/applications/{application-identifier}/source-maps/{source-map-identifier}
Update the URI for a Sourcemap
source-map-uri 2 params body → 200400401403404422429
DELETE
/applications/{application-identifier}/source-maps/{source-map-identifier}
Deletes a Sourcemap by Identifier
delete-source-map 2 params → 204401403404429
GET
/applications/{application-identifier}/source-maps/{source-map-identifier}
Get Source Map by Identifier
source-map 2 params → 200401403404429
GET
/applications/{application-identifier}/source-maps
List Source Maps for an Application
list-source-maps 4 params → 200401403404429
PUT
/applications/{application-identifier}/source-maps
Upload a Source Map
upload-source-map 1 param body → 200400401403404422429
DELETE
/applications/{application-identifier}/source-maps
Deletes All Source Maps for an Application
delete-all-source-maps 1 param → 204401403404429

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is source-map (9 properties). Each schema is shown below with its type and property counts.

source-map
object
9 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

raygun-source-maps-api-openapi.yml Raw ↑

Other APIs Raygun publishes across the network.

Raygun Applications API
Raygun Errors API
Raygun Deployments 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