v13

OpenAPI 3.0.32026-07-31359869.4 MB
projects

Verify project domain

Attempts to verify a project domain with verified = false by checking the correctness of the project domain's verification challenge.

post/v9/projects/{idOrName}/domains/{domain}/verify

Path parameters

idOrNamestring required

The unique project identifier or the project name

Example:prj_12HKQaOmR5t5Uy6vdcQsNIiZgHGB

The unique project identifier or the project name

domainstring required

The domain name you want to verify

Example:example.com

The domain name you want to verify

Query parameters

teamIdstring
Example:team_1a2b3c4d5e6f7g8h9i0j1k2l

The Team identifier to perform the request on behalf of.

slugstring
Example:my-team-url-slug

The Team slug to perform the request on behalf of.

Response

The project domain was verified successfully Domain is already verified

namestring required
apexNamestring required
projectIdstring required
redirectstring nullable
redirectStatusCode301 | 302 | 307 | 308 | null nullable
gitBranchstring nullable
customEnvironmentIdstring nullable
updatedAtnumber
createdAtnumber
verifiedfalse | true required

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.