Verify Domain (DNS)
Checks for the expected TXT record on the dock’s domain to complete DNS verification.Path Parameters
| Parameter | Type | Description |
|---|---|---|
id | string | The dock ID |
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
domain | string | Required | The domain to verify |
Example Request
Response
Error Handling
| Status | Condition |
|---|---|
400 | TXT record not found or does not match expected value |
401 | Missing or invalid API key |
404 | Dock not found |