Raygun
Raygun is an application monitoring platform that combines Crash Reporting, Real User Monitoring (RUM), and Application Performance Monitoring (APM) into a single observability product for web, mobile, and server applications. The Raygun Public API (v3) is a documented OpenAPI 3.0 surface at api.raygun.com/v3 covering applications, error groups, error instances, deployments, source maps, sessions, pages, customers, metrics, Flutter symbols, teams, invitations, and plans — authenticated with a Personal Access Token. A separate ingestion endpoint at api.raygun.com/entries accepts crash payloads from a broad fleet of native SDKs (JavaScript, .NET, Node, Python, Ruby, PHP, Android, Flutter, React Native, MAUI, Blazor) plus the Raygun CLI. Pricing is tiered (Basic, Team, Business, Enterprise) per product with on-demand per-event overages, 14-day free trial, and 180-day error retention.
APIs
Raygun Applications API
List, retrieve, and regenerate API keys for applications under your Raygun organization. Applications are the root resource — each owns its own error groups, deployments, source...
Raygun Errors API
Triage error groups and instances — list, get, resolve, activate, ignore, permanently ignore, and comment on grouped errors. Drill into individual error instances with full stac...
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 t...
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 Sessions API
List and retrieve Real User Monitoring sessions captured for an application. Each session contains page views, custom timings, and the errors a user experienced during that brow...
Raygun Pages API
List and retrieve monitored pages for an application — the per-URL aggregation surface for RUM timing, Core Web Vitals, and page-level error rates.
Raygun Customers API
List and retrieve customer (end-user) records associated with sessions and error instances. Supports both identified and anonymous user records.
Raygun Metrics API
Query time-series and histogram metrics for page performance and error rates with flexible bucket, range, and filter parameters. Powers custom dashboards and external observabil...
Raygun Flutter Symbols API
Upload and manage Flutter debug-symbol artifacts so Raygun can symbolicate native crashes from Flutter mobile applications across iOS and Android builds.
Raygun Teams API
List and retrieve teams in your Raygun organization. Teams group members and grant shared access to a curated set of applications.
Raygun Invitations API
Send, list, retrieve, and revoke organization-member invitations. Used to programmatically onboard and offboard users from your Raygun account.
Raygun Plans API
List the available Raygun subscription plans so dashboards and automations can inspect entitlement levels and current allotments per product.
Raygun Crash Reporting Ingestion API
POST /entries ingestion endpoint at api.raygun.com used by all language SDKs and providers to submit crash payloads. X-ApiKey authenticated; 128 KB payload ceiling; 202 on accep...
Raygun Outbound Webhooks
Outbound webhook surface that POSTs JSON events to a customer-configured HTTPS endpoint when error notifications fire (NewErrorOccurred, ErrorReoccurred for regression detection...
Raygun Pulse RUM API (Legacy)
Legacy enterprise-only Real User Monitoring read API at api.raygun.com/api/v1/pulse. Uses a Client ID/Secret-issued X-SessionKey with 15-minute TTL. Default rate limit 50 calls/...
Collections
Raygun Applications API
POSTMANRaygun Customers API
POSTMANRaygun Deployments API
POSTMANRaygun Errors API
POSTMANRaygun Flutter Symbols API
POSTMANRaygun Invitations API
POSTMANRaygun Metrics API
POSTMANRaygun Pages API
POSTMANRaygun Plans API
POSTMANRaygun Sessions API
POSTMANRaygun Source Maps API
POSTMANRaygun Teams API
POSTMANRaygun Customers API
OPENRaygun Errors API
OPENRaygun Metrics API
OPENRaygun Pages API
OPENRaygun Plans API
OPENRaygun API
OPENRaygun Sessions API
OPENRaygun Teams API
OPENArazzo Workflows
Raygun Create and Verify Deployment
Record a deployment for an application and confirm it was created.
ARAZZORaygun Inspect Application Page
List the monitored pages for an application and read one in detail.
ARAZZORaygun Inspect Latest Deployment Errors
Read the latest deployment and drill into an error group it introduced.
ARAZZORaygun Look Up Affected Customer
Resolve an application and look up a single affected customer by identifier.
ARAZZORaygun Publish and Verify Source Map
Upload a source map for an application and confirm it is registered.
ARAZZORaygun Resolve Error Group
Find an active error group in an application and mark it as resolved.
ARAZZORaygun Triage Error Group and Add Comment
Inspect an error group and its latest occurrence, then record a triage comment.
ARAZZO