curl --location --request POST 'https://api.plusvibe.ai/api/v1/account/test/vitals' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"workspace_id": "65f3c92d3dbe5dbb35374a9a",
"accounts": [
"domain1@example.com"
]
}'
{
"status": "success",
"success_list": [
{
"domain": "example.com",
"allPass": true,
"spf": true,
"dkim": true,
"dmarc": true
}
],
"failure_list": [
null
]
}