---
title: "GET /clientSettings"
method: GET
path: "/clientSettings"
tags: ["Client Settings"]
---

# GET /clientSettings

`GET /clientSettings`

Retrieves settings required to let the client successfully use the API.

## Response `200`

OK

- ApiClientSettings
  - `httpsBaseUrl` ApiHttpsBaseUrl — Represents base URL to use to do REST API calls over https. This includes the host and port information.
    - `hostname` string, required — Host to connect to do REST API calls
    - `port` integer, required

## Other responses

- `401` — You are not authenticated. Please authenticate and try again.
- `500` — Something went wrong in the server. Please try again.

---

[API](https://skmtc.net/eagleeyenetworks/apis/devices.md) · [All operations](https://skmtc.net/eagleeyenetworks/apis/devices/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eagleeyenetworks/devices/revisions/df57313de545/schema)
