MailSlurp\EmailVerificationControllerApi
All URIs are relative to https://golang.api.mailslurp.com
Method | HTTP request | Description |
---|---|---|
GetValidationRequests | Get /email-verification/validation-requests | Validate a list of email addresses. Per unit billing. See your plan for pricing. |
ValidateEmailAddressList | Post /email-verification/email-address-list | Validate a list of email addresses. Per unit billing. See your plan for pricing. |
GetValidationRequests
PageEmailValidationRequest GetValidationRequests(ctx, optional)
Validate a list of email addresses. Per unit billing. See your plan for pricing.
Required Parameters
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
optional | *GetValidationRequestsOpts | optional parameters | nil if no parameters |
Optional Parameters
Optional parameters are passed through a pointer to a GetValidationRequestsOpts struct
Name | Type | Description | Notes |
---|---|---|---|
page | optional.Int32 | Optional page in list pagination | [default to 0] |
size | optional.Int32 | Optional page size for paginated result list. | [default to 20] |
sort | optional.String | Optional createdAt sort direction ASC or DESC | [default to DESC] |
searchFilter | optional.String | Optional search filter | |
since | optional.Time | Filter by created at after the given timestamp | |
before | optional.Time | Filter by created at before the given timestamp | |
isValid | optional.Bool | Filter where email is valid is true or false |
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: /
[Back to top] [Back to API list] [Back to Model list] [Back to ]
ValidateEmailAddressList
ValidateEmailAddressListResult ValidateEmailAddressList(ctx, validateEmailAddressListOptions)
Validate a list of email addresses. Per unit billing. See your plan for pricing.
Required Parameters
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
validateEmailAddressListOptions | ValidateEmailAddressListOptions |
Return type
ValidateEmailAddressListResult
Authorization
HTTP request headers
- Content-Type: application/json
- Accept: /
[Back to top] [Back to API list] [Back to Model list] [Back to ]