Generate Contact Verificationspost https://example.com/programs/{programCode}/contactVerificationsGenerates contact verifications for a given program and request. Returns the generated contact verification identifier.Path ParamsprogramCodestringrequiredThe code of the program for which verifications are generated.Body ParamsThe request payload containing contact verification details.accountIdentifierstring | nullThe unique identifier for the account to be verified.verificationEventTypestring | nullThe type of verification event to generate (e.g., registration, password reset).contactTypestring | nullThe type of contact to use for verification (e.g., email, phone).communicationTypestring | nullThe communication channel to use for verification (e.g., SMS, email).contactHandlestring | nullThe handle or address of the contact (e.g., email address, phone number).firstNamestring | nullThe first name of the contact person.lastNamestring | nullThe last name of the contact person.productCodestring | nullThe product code associated with the verification request.retailCardIdentifierstring | nullThe retail card identifier, used as a legacy NEC temporary card reference number.HeadersX-GD-RequestIdstringrequiredThe unique request identifier from the request header.acceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsonAllowed:application/jsontext/jsonResponses 201Created 401Unauthorized 403Forbidden 500Internal Server Error 503Service UnavailableUpdated 2 months ago