---
title: "GET /api/v{version}/settings"
method: GET
path: "/api/v{version}/settings"
tags: ["Settings"]
---

# GET /api/v{version}/settings

`GET /api/v{version}/settings`

## Path parameters

- `version` string, required

## Response `200`

The current settings of the application.

- Settings — Represents the settings for the application.
  - `googleAnalyticsTrackingId` string, nullable — The Google Analytics tracking ID.
  - `authSettings` AuthSettings — Represents the authentication settings for the application.
    - `authority` string — The authority URL providing OpenID Connect discovery document.
    - `audience` string — The audience for required by the application.
    - `scopes` string — The scopes required by the application separated by space.
    - `anonymousModeEnabled` boolean — Indicates whether the anonymous mode is enabled.

---

[API](https://skmtc.net/geoadmin/apis/boreholes-rest-api-v2.md) · [All operations](https://skmtc.net/geoadmin/apis/boreholes-rest-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/geoadmin/boreholes-rest-api-v2/revisions/e6d0b4ee0f52/schema)
