logo
SystemCheck Credit Usage

Check Credit Usage

Returns your credit consumption for the current or specified month. Requires your x-api-key header.

curl -X GET "https://v3-api.texau.com/api/v1/usage?month=2026-03" \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY"
{
  "month": "2026-03",
  "total_credits": 42.5,
  "total_cost": 0.85,
  "credit_value": 0.02,
  "apis": {
    "enrich_profile": {
      "calls": 25,
      "credits": 25
    },
    "people_search": {
      "calls": 5,
      "credits": 17.5
    }
  }
}
GET
/usage
GET
API Key (header: x-api-key)
x-api-keystring
Required

Your TexAu API key. Contact TexAu to obtain one.

Your TexAu API key. Contact TexAu to obtain one.
query
monthstring

Month in YYYY-MM format. Defaults to current month.

Request Preview
Response

Response will appear here after sending the request

Authentication

header
x-api-keystring
Required

API Key for authentication. Your TexAu API key. Contact TexAu to obtain one.

Query Parameters

monthstring

Month in YYYY-MM format. Defaults to current month.

Responses

monthstring
total_creditsnumber
total_costnumber
credit_valuenumber
apisobject