Credits

Returns information about remaining credits

Returns information about remaining checks, SMS credits and SMS auto-refill status.

get/credits

Response

Successful HTTP Response

Example response

{
  "credits": {
    "checklimit": 18,
    "availablechecks": 5,
    "useddefault": 6,
    "usedtransaction": 7,
    "availablesms": 20,
    "availablesmstests": 7,
    "availablerumsites": 4,
    "usedrumsites": 1,
    "maxrumfilters": 10,
    "maxrumpageviews": 100000
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.