v1/rate-info
GET https://test.creditparsepro.io/v1/rate-info
This GEt request provides information on your current rate limit, showing how many requests you can make per minute. This request does not use up your quota and can be requested an unlimited amount of times.
Response:
lastrequestminute: {yyyy-MM-dd hh:mm:ss} this field is set when a successful request is made if there has been more than a minute passed. When it is set the rate_count is reset back to 0
rate_count: Total of successful requests used this minute
rate_limit: Your per minute request limit
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-api-key | string |
RESPONSES
status: OK
{"last_request_minute":"2024-04-10 11:43:11","rate_count":0,"rate_limit":10000}