v1/quota-info

GET https://test.creditparsepro.io/v1/quota-info

This GET request retrieves your current quota usage, including the total allowed requests and the reset date. This request does not use up your quota and can be requested an unlimited amount of times.

Response:

  • quota_count: Total of successful requests used this month
  • quota_limit: Your monthly request limit
  • quotaresetdate: {yyyy-MM-dd hh:mm:ss} of when your quota_count will reset to 0

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
x-api-keystring

RESPONSES

status: OK

{"quota_count":16,"quota_limit":1000000,"quota_reset_date":"2024-04-24 21:23:47"}