Skip to main content
GET
Get client configuration

Authorizations

Authorization
string
header
required

This API uses OAuth 2 with the implicit grant flow

Response

Configuration retrieved successfully

Response containing client configuration information

cache_url
string<uri>

Optional URL for cache service configuration

update_url
string<uri>

Optional URL for update service configuration

sentry_dsn_agent
string

Sentry DSN URL for agent client error tracking

Example:

"https://key1@sentry.io/project1"

sentry_dsn_cli
string

Sentry DSN URL for CLI client error tracking

Example:

"https://key2@sentry.io/project2"

sentry_dsn_desktop
string

Sentry DSN URL for desktop app client error tracking

Example:

"https://key3@sentry.io/project3"

sentry_dsn_webapp
string

Sentry DSN URL for web app client error tracking

Example:

"https://key4@sentry.io/project4"