---
title: "GET /projects/{projectSlug}/config"
method: GET
path: "/projects/{projectSlug}/config"
---

# GET /projects/{projectSlug}/config

`GET /projects/{projectSlug}/config`

Get project config

## Path parameters

- `projectSlug` string, required

## Response `200`

Successful operation

- ProjectConfig
  - `id` string, uuid
  - `project_id` string, uuid
  - `changelog_preview_style` string
  - `changelog_twitter_handle` string
  - `custom_domain` string
  - `custom_domain_verified` boolean
  - `integration_discord_role_id` string
  - `integration_discord_status` boolean
  - `integration_discord_webhook` string
  - `created_at` string, date-time

## Other responses

- `400` — Invalid project slug supplied
- `404` — Project not found

---

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