---
title: "List custom domains"
method: GET
path: "/v1/apps/{app_id}/domains"
tags: ["Apps"]
---

# List custom domains

`GET /v1/apps/{app_id}/domains`

List all custom domains attached to an App.

## Path parameters

- `app_id` string, required — App ID (e.g. app_abc123def456)

## Response `200`

All custom domains attached to the App

- ListDomainsResponse
  - `domains` DomainResponse[], required
    - `domain` string, required
    - `status` string, required
    - `verification_token` string, nullable
    - `cname_target` string, nullable
    - `is_primary` boolean, required
    - `verified_at` string, nullable
  - `total` integer, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

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