---
title: "List all custom domains and their verification statuses for the project"
method: GET
path: "/teams/current/custom_domains"
tags: ["Notifications"]
---

# List all custom domains and their verification statuses for the project

`GET /teams/current/custom_domains`

## Response `200`

List of custom domains

- object[]
  - `id` string
  - `hostname` string
  - `status` string
  - `ssl` object
    - `id` string
    - `type` string
    - `method` string
    - `status` string
    - `txt_name` string
    - `txt_value` string
    - `validation_records` object[]
      - `status` string
      - `txt_name` string
      - `txt_value` string
    - `dcv_delegation_records` object[]
      - `cname` string
      - `cname_target` string
    - `settings` object
      - `min_tls_version` string
    - `bundle_method` string
    - `wildcard` boolean
    - `certificate_authority` string
  - `verification_errors` string[]
  - `ownership_verification` object
    - `type` string
    - `name` string
    - `value` string
  - `created_at` string

---

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