GetMicrofrontendsInGroupVerification

September 16, 2026 ยท View on GitHub

A list of verification challenges, one of which must be completed to verify the domain for use on the project. After the challenge is complete POST /projects/:idOrName/domains/:domain/verify to verify the domain. Possible challenges: - If verification.type = TXT the verification.domain will be checked for a TXT record matching verification.value.

Example Usage

import { GetMicrofrontendsInGroupVerification } from "@vercel/sdk/models/getmicrofrontendsingrouphasvalue.js";

let value: GetMicrofrontendsInGroupVerification = {
  domain: "aching-hope.info",
  reason: "<value>",
  type: "<value>",
  value: "<value>",
};

Fields

FieldTypeRequiredDescription
domainstring:heavy_check_mark:N/A
reasonstring:heavy_check_mark:N/A
typestring:heavy_check_mark:N/A
valuestring:heavy_check_mark:N/A