The AbiliTec API has the following rate limits:

  • Calls to the Match endpoint: 10,000 records per minute
  • Calls to the Lookup endpoint: 10,000 records per minute
  • Batch calls: 360 calls per minute (up to a maximum 1000 records per call or 360,000 records/minute)

📘

Best practice is to make batch request calls with as close to 1000 records per call as possible. When possible, batching your requests into groups of 1000 will result in much better performance for your application. Because batch request calls are subject to higher rate limits, batch request calls are also less likely to be throttled.