v1

latestOpenAPI 3.0.32026-07-22115106141.4 KB
Authentication

Get client configuration

Get configuration for the authenticated client including optional cache and update URLs

get/auth/config

Response

Configuration retrieved successfully

cache_urlstring uri

Optional URL for cache service configuration

update_urlstring uri

Optional URL for update service configuration

sentry_dsn_agentstring

Sentry DSN URL for agent client error tracking

sentry_dsn_clistring

Sentry DSN URL for CLI client error tracking

sentry_dsn_desktopstring

Sentry DSN URL for desktop app client error tracking

sentry_dsn_webappstring

Sentry DSN URL for web app client error tracking

Example response

{
  "sentry_dsn_agent": "https://key1@sentry.io/project1",
  "sentry_dsn_cli": "https://key2@sentry.io/project2",
  "sentry_dsn_desktop": "https://key3@sentry.io/project3",
  "sentry_dsn_webapp": "https://key4@sentry.io/project4"
}