AcyChecker
  • AcyChecker documentation
  • WordPress & Joomla Plugin
    • AcyChecker Plugin WordPress & Joomla
    • Dashboard
    • Clean my database
    • Block on registration
    • Tests
    • Configuration
  • API Documentation
    • Get remaining credits
    • Check a single email address
    • Check a batch of email addresses
Powered by GitBook
On this page
  1. API Documentation

Get remaining credits

Get remaining credits

GET https://api.acychecker.com/api/v1/licenses/credits

This endpoint allows you to get the remaining monthly credits for the specified license.

Headers

Name
Type
Description

API-KEY*

string

The API key linked to the license you want to get the remaining credits from

Content-Type*

string

Must be "application/json"

Source*

string

The name of your app, "my app" for example.

{
    "message": "",
    "credits_used_batch": 335,
    "remaining_credits_batch": 665
    "credits_used_simple": 11,
    "remaining_credits_simple": 39
}
{
    "message": "Invalid API-KEY"
}

OR

{
    "message": "License expired"
}
{
    "message": "Too many requests"
}

PreviousConfigurationNextCheck a single email address

Last updated 1 year ago