Skip to main content
The Traceback API authenticates requests using Bearer Tokens in the standard Authorization header.

API Keys

Traceback provides two types of API keys:
  1. User / Organization Tokens (tb_live_... or tb_test_...): Used for administrative queries, fetching events, managing alerts, and uploading source maps.
  2. Project DSNs (https://<key>@ingest.traceback.dev/<project_id>): Public client-safe keys used by frontend and backend SDKs for event ingestion.

Passing Credentials in Headers