Skip to main content
POST
TypeScript

Authorizations

Authorization
string
header
required

Project-bound Apollo Signal API key. Keys begin with ap_signal_ and must carry the permission shown on the operation.

Path Parameters

projectId
string
required

Project identifier. For API-key authentication, it must match the project bound to the key.

contactId
string
required

Contact identifier in this project.

Body

application/json

Validation result including status and optional reason.

Latest email-validation result for a contact.

status
enum<string>
required

Validation classification.

Available options:
valid,
risky,
invalid,
unknown
reason
string

Optional provider or policy explanation for the classification.

Response

Validation result recorded.