---
title: "Check Domain Control"
method: POST
path: "/v1/certificates/{certificateId}/verifyDomainControl"
tags: ["v1"]
---

# Check Domain Control

`POST /v1/certificates/{certificateId}/verifyDomainControl`

Domain control is a means for verifying the domain included in the certificate order. This resource is useful for resellers that control the domains for their customers, and can expedite the verification process. See https://www.godaddy.com/help/verifying-your-domain-ownership-for-ssl-certificate-requests-html-or-dns-7452

## Path parameters

- `certificateId` string, required

## Response `204`

Domain control was successful

## Other responses

- `400` — Request was malformed
- `401` — Authentication info not sent or invalid
- `403` — Authenticated user is not allowed access
- `404` — Certificate id not found
- `409` — Domain control was not successful <br> Certificate state does not allow domain control
- `500` — Internal server error

---

[API](https://skmtc.net/godaddy/apis/untitled-api-2.md) · [All operations](https://skmtc.net/godaddy/apis/untitled-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/godaddy/untitled-api-2/versions/100b3aa2d7ee/schema)
