Create api-mailboxvalidator.yaml

patch-1
Muhammad Daffa 2021-11-29 17:40:45 +07:00 committed by GitHub
parent bcb798df8b
commit f3fdbe03d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
id: api-mailboxvalidator
info:
name: MailboxValidator API Test
author: daffainfo
severity: info
reference:
- https://www.mailboxvalidator.com/api-email-free
- https://github.com/daffainfo/all-about-apikey/blob/main/Business/MailboxValidator.md
tags: token-spray,mailboxvalidator
self-contained: true
requests:
- method: GET
path:
- "https://api.mailboxvalidator.com/v1/email/free?email=test@test.com&key={{token}}"
matchers:
- type: word
part: body
words:
- '"email_address":"test@test.com"'
- '"error_code":""'
- '"error_message":""'
condition: and