email-validator
Get Email Validation subscription
This endpoint allows to get details about remaining credit / balance for email validation.
get/emailvalidation/subscription
Response
Sucess
Email Validation Subscription.
Note:
-
Free credits are measured in credits units, each credit enables 1 email validation.
-
Paid credits represent available monetary balance, as email vaidations are performed, balance will be deduced, cost per email validation is variable depending on ammount of validated emails.
Example response
{
"currency": "$",
"free_credits": 3000,
"free_credits_used": 200,
"paid_credits": 437.456,
"remaining_free_credit": 2800
}