Adds a verification for the given member.

Endpoint URL

http://api.clearvoicesurveys.com/api/v2/member/addmemberverification

Parameters

MemberGuid
string
ClearVoice's unique identifier for the member.

Required
MemberVerificationTypeId
integer
Type that is being verified.

Required
VerifiedVia
string
Contact that is being verified.

Required
VerifiedOnUtcDate
date
Utc date that the member was verified.
SmsInvitationOptIn
boolean

Example Request Data

{
  "MemberGuid": "sample string 1",
  "MemberVerificationTypeId": 2,
  "VerifiedVia": "sample string 3",
  "VerifiedOnUtcDate": "2025-09-18T13:56:09.1231364-04:00",
  "SmsInvitationOptIn": true
}

Response Description