VerifyProjectDomainResponseBody
June 11, 2025 ยท View on GitHub
The project domain was verified successfully Domain is already verified
Example Usage
import { VerifyProjectDomainResponseBody } from "@vercel/sdk/models/verifyprojectdomainop.js";
let value: VerifyProjectDomainResponseBody = {
name: "<value>",
apexName: "<value>",
projectId: "<id>",
verified: true,
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
name | string | :heavy_check_mark: | N/A |
apexName | string | :heavy_check_mark: | N/A |
projectId | string | :heavy_check_mark: | N/A |
redirect | string | :heavy_minus_sign: | N/A |
redirectStatusCode | number | :heavy_minus_sign: | N/A |
gitBranch | string | :heavy_minus_sign: | N/A |
customEnvironmentId | string | :heavy_minus_sign: | N/A |
updatedAt | number | :heavy_minus_sign: | N/A |
createdAt | number | :heavy_minus_sign: | N/A |
verified | boolean | :heavy_check_mark: | true if the domain is verified for use with the project. If false it will not be used as an alias on this project until the challenge in verification is completed. |