---
title: "Get Tailscale settings"
method: GET
path: "/users/tailscale-settings"
tags: ["Users"]
---

# Get Tailscale settings

`GET /users/tailscale-settings`

Returns whether a Tailscale API key is configured (value is masked).

## Response `200`

Tailscale settings.

- object
  - `apiKey` string — Masked API key or empty string if not set.
  - `hasApiKey` boolean
  - `apiBaseUrl` string — Custom control-plane API base URL (e.g. a Headscale instance), or empty string for the Tailscale default.

---

[API](https://skmtc.dev/termix/apis/termix-api.md) · [All operations](https://skmtc.dev/termix/apis/termix-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/termix/termix-api/revisions/f4ef343eff1b/schema)
