---
title: "[Beta] Attempts to verify the DNS configuration for project's custom hostname configuration"
method: POST
path: "/v1/projects/{ref}/custom-hostname/reverify"
tags: ["Domains"]
---

# [Beta] Attempts to verify the DNS configuration for project's custom hostname configuration

`POST /v1/projects/{ref}/custom-hostname/reverify`

## Path parameters

- `ref` string, required

## Response `201`

- UpdateCustomHostnameResponse
  - `status` '1_not_started' | '2_initiated' | '3_challenge_verified' | '4_origin_setup_completed' | '5_services_reconfigured', required
  - `custom_hostname` string, required
  - `data` object, required
    - `success` boolean, required
    - `errors` unknown[], required
      - unknown
    - `messages` unknown[], required
      - unknown
    - `result` object, required
      - `id` string, required
      - `hostname` string, required
      - `ssl` object, required
        - `status` string, required
        - `validation_records` object[], required
          - `txt_name` string, required
          - `txt_value` string, required
        - `validation_errors` object[]
          - `message` string, required
      - `ownership_verification` object, required
        - `type` string, required
        - `name` string, required
        - `value` string, required
      - `custom_origin_server` string, required
      - `verification_errors` string[]
      - `status` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden action
- `429` — Rate limit exceeded
- `500` — Failed to verify project custom hostname configuration

---

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