Rate Limits & Yearly Thresholds
Overview
Each API endpoint has a yearly threshold limit, which restricts the number of requests that can be made within a 12-month period. This limit helps ensure fair usage and prevents excessive load on the system.
Checking Your API Limits
To view the specific threshold limits for each endpoint, you can call Metrics Endpoint Appointment.
This endpoint provides a summary of the request limits, including:
- The maximum number of requests allowed per endpoint per year.
- The number of requests already used.
- The remaining quota before hitting the yearly limit.
Example Request
GET /metrics/summary HTTP/1.1
Host: api-rest-sandbox.rxvantage.com
Authorization: Bearer YOUR_JWT_TOKEN