:doc:`PartnerCentralAccountAPI <../../partnercentral-account>` / Client / send_email_verification_code

****************************
send_email_verification_code
****************************



.. py:method:: PartnerCentralAccountAPI.Client.send_email_verification_code(**kwargs)

  

  Sends an email verification code to the specified email address for account verification purposes.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/partnercentral-account-2025-04-04/SendEmailVerificationCode>`_  


  **Request Syntax**
  ::

    response = client.send_email_verification_code(
        Catalog='string',
        Email='string'
    )
    
  :type Catalog: string
  :param Catalog: **[REQUIRED]** 

    The catalog identifier for the partner account.

    

  
  :type Email: string
  :param Email: **[REQUIRED]** 

    The email address to send the verification code to.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`PartnerCentralAccountAPI.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`PartnerCentralAccountAPI.Client.exceptions.ThrottlingException`

  
  *   :py:class:`PartnerCentralAccountAPI.Client.exceptions.ValidationException`

  
  *   :py:class:`PartnerCentralAccountAPI.Client.exceptions.InternalServerException`

  
  *   :py:class:`PartnerCentralAccountAPI.Client.exceptions.ServiceQuotaExceededException`

  