Method: UltracartClient::CustomerApi#validate_email_verification_token

Defined in:
lib/ultracart_api/api/customer_api.rb

#validate_email_verification_token(validation_request, opts = {}) ⇒ EmailVerifyTokenValidateResponse

Validate a token that can be used to verify a customer email address Validate a token that can be used to verify a customer email address. The implementation of how a customer interacts with this token is left to the merchant.

Parameters:

Returns:



1818
1819
1820
1821
# File 'lib/ultracart_api/api/customer_api.rb', line 1818

def validate_email_verification_token(validation_request, opts = {})
  data, _status_code, _headers = validate_email_verification_token_with_http_info(validation_request, opts)
  data
end