---
title: "Get project settings"
method: GET
path: "/project-settings"
tags: ["Project Settings"]
---

# Get project settings

`GET /project-settings`

Returns the settings for the authenticated project, including API keys,
proxy URLs, and project name.

## Response `200`

Project settings.

- V4ProjectSettings
  - `object` 'project_settings', required
  - `url` string, required
  - `project_name` string, required — Project display name.
  - `access_token` string, required — Project access token.
  - `api_key` string, required — Project API key.
  - `secret_key` string, required — Project secret key.
  - `proxy_url` string, nullable — Custom proxy URL.
  - `rtdn_proxy_url` string, nullable — RTDN proxy URL.

## Other responses

- `401` — Unauthorized
- `403` — Insufficient permissions
- `404` — Project not found
- `429` — Rate limit exceeded.
- `500` — Internal error
- `502` — Upstream service failure
- `504` — Upstream timeout

---

[API](https://skmtc.net/qonversion/apis/qonversion-rest-api-v4.md) · [All operations](https://skmtc.net/qonversion/apis/qonversion-rest-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qonversion/qonversion-rest-api-v4/versions/e3f72cf8951c/schema)
