Fetch the current credit balance for the authenticated account.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Request Code Samples
curl --location --request GET 'https://api.antitempmail.com/v1/credits' \
--header 'Authorization: Bearer <token>'
Responses
{
"credits": 0,
"extra_credits": 0,
"accumulated_credits": 0,
"allow_auto_topup": true,
"auto_topup_threshold": 0,
"auto_topup_amount": 0
}
Modified at 2025-11-12 12:51:41