When i try to call vercel.projects.getProjectDomain i don't get the verification array. I need this array, but i'm not getting it, i'm getting 200 OK response like this:
{
"domain": "share5.mohanned.ly",
"status": {
"name": "share5.mohanned.ly",
"apexName": "mohanned.ly",
"projectId": "prj_P135dFyr3qK4348aDz8FdBlvjRab",
"redirect": null,
"redirectStatusCode": null,
"gitBranch": null,
"customEnvironmentId": null,
"updatedAt": 1751187503066,
"createdAt": 1751187503066,
"verified": true
}
}
Why am I expecting a Verification Array?
Cause it's mentioned in the documentation:
