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 accept, 400/403/413/429 on error.

Raygun Crash Reporting Ingestion API is one of 14 APIs that Raygun publishes on the APIs.io network.

This API exposes 1 JSON Schema definition.

Tagged areas include Observability, Crash Reporting, and Ingestion. The published artifact set on APIs.io includes API documentation, sample payloads, and 1 JSON Schema.

API entry from apis.yml

apis.yml Raw ↑
aid: raygun:raygun-crash-reporting-ingestion-api
name: Raygun Crash Reporting Ingestion API
tags:
- Observability
- Crash Reporting
- Ingestion
humanURL: https://raygun.com/documentation/product-guides/crash-reporting/api/
properties:
- url: https://raygun.com/documentation/product-guides/crash-reporting/api/
  type: Documentation
- url: json-schema/raygun-error-group-schema.json
  type: JSONSchema
- url: examples/raygun-crash-report-example.json
  type: Example
description: 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 accept, 400/403/413/429
  on error.