---
title: "Get client configuration"
method: GET
path: "/auth/config"
tags: ["Authentication"]
---

# Get client configuration

`GET /auth/config`

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

## Response `200`

Configuration retrieved successfully

- ConfigurationResponse — 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
  - `sentry_dsn_cli` string — Sentry DSN URL for CLI client error tracking
  - `sentry_dsn_desktop` string — Sentry DSN URL for desktop app client error tracking
  - `sentry_dsn_webapp` string — Sentry DSN URL for web app client error tracking

## Other responses

- `default` — An error occurred

---

[API](https://skmtc.net/diversion/apis/diversion-core-api.md) · [All operations](https://skmtc.net/diversion/apis/diversion-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/diversion/diversion-core-api/revisions/38a18aba804b/schema)
