Package 

Class EmailVerificationControllerApi

    • Constructor Detail

      • EmailVerificationControllerApi

        EmailVerificationControllerApi(String xApiKey, String basePath)
    • Method Detail

      • getValidationRequests

         final PageEmailValidationRequest getValidationRequests(Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, Boolean isValid)

        Validate a list of email addresses. Per unit billing. See your plan for pricing.

        Parameters:
        page - Optional page index in list pagination (optional, default to 0)
        size - Optional page size for paginated result list.
        sort - Optional createdAt sort direction ASC or DESC (optional, default to DESC)
        searchFilter - Optional search filter (optional)
        since - Filter by created at after the given timestamp (optional)
        before - Filter by created at before the given timestamp (optional)
        isValid - Filter where email is valid is true or false (optional)
      • getValidationRequestsRequestConfig

         final RequestConfig getValidationRequestsRequestConfig(Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, Boolean isValid)

        To obtain the request config of the operation getValidationRequests

        Parameters:
        page - Optional page index in list pagination (optional, default to 0)
        size - Optional page size for paginated result list.
        sort - Optional createdAt sort direction ASC or DESC (optional, default to DESC)
        searchFilter - Optional search filter (optional)
        since - Filter by created at after the given timestamp (optional)
        before - Filter by created at before the given timestamp (optional)
        isValid - Filter where email is valid is true or false (optional)