AntiTempmail
  1. Account
AntiTempmail
  • Email Checks
    • Perform a single email risk assessment.
      POST
    • Perform multiple email risk assessments (up to 50).
      POST
  • Account
    • Get available credit packages
      GET
    • Create checkout session for purchasing credits
      POST
    • Get dashboard statistics
      GET
    • Fetch the current credit balance for the authenticated account.
      GET
    • List recent API usage entries.
      GET
  • test
    GET
  • Schemas
    • ApiMeta
    • ApiSuccessEnvelopeBase
    • ApiError
    • ApiErrorEnvelope
    • RiskSignal
    • EmailCheckRequest
    • EmailCheckResult
    • EmailCheckSuccessEnvelope
    • BatchSubmissionRequest
    • BulkEmailCheckRequest
    • BatchJobResponse
    • BulkEmailCheckSummary
    • CreditBalance
    • BulkEmailCheckResult
    • UsageEntry
    • BulkEmailCheckSuccessEnvelope
  1. Account

Fetch the current credit balance for the authenticated account.

GET
/v1/credits

Request

Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.antitempmail.com/v1/credits' \
--header 'Authorization: Bearer <token>'

Responses

🟢200OK
application/json
Credit balance details.
Body

Example
{
    "credits": 0,
    "extra_credits": 0,
    "accumulated_credits": 0,
    "allow_auto_topup": true,
    "auto_topup_threshold": 0,
    "auto_topup_amount": 0
}
🟠401Unauthorized
Modified at 2025-11-12 12:51:41
Previous
Get dashboard statistics
Next
List recent API usage entries.
Built with