v1

latestOpenAPI 3.1.0MIT2026-08-0652106151.4 KB
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.

currency'$' | '€' | '£' required

Currency

free_creditsinteger required

Ammount of allocated free credits.

free_credits_usedinteger required

Ammount of used free credits.

last_used_periodstring nullable required
latest_period_start_datestring nullable required
period_expiration_datestring nullable required
paid_creditsnumber required

Amount of remaining money specified in the 'currency' field value currency.

remaining_free_creditinteger required

Ammount of remaining free credits.

Example response

{
  "currency": "$",
  "free_credits": 3000,
  "free_credits_used": 200,
  "paid_credits": 437.456,
  "remaining_free_credit": 2800
}